Color Hex Logo

#ddc6fa Color Hex

#DDC6FA
(221,198,250)
0 Favorites   0 Comments

Color spaces of #ddc6fa

RGB 221198250
HSL0.740.840.88
HSV267°21°98°
CMYK 0.120.210.00   0.02
XYZ67.268262.662498.9921
Yxy62.66240.29380.2737
Hunter Lab79.159613.1564-18.7327
CIE-Lab83.264417.7176-22.6052

#ddc6fa color RGB value is (221,198,250).

#ddc6fa hex color red value is 221, green value is 198 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ddc6fa hue: 0.74 , saturation: 0.84 and the lightness value of ddc6fa is 0.88.

The process color (four color CMYK) of #ddc6fa color hex is 0.12, 0.21, 0.00, 0.02. Web safe color of #ddc6fa is #ccccff. Color #ddc6fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 11111010
Octal 335 306 372
Decimal 221 198 250
Hex DD C6 FA

RGB Percentages of Color #ddc6fa

%33.03
%29.60
%37.37

CMYK Percentages of Color #ddc6fa

%12
%21
%0
%2

Triadic Colors of #ddc6fa

#ddc6fa #faddc6 #c6fadd

Analogous Colors of #ddc6fa

#ddc6fa #f7c6fa #c6c9fa

Monochromatic Colors of #ddc6fa

#ddc6fa

Complementary Color

#ddc6fa #e3fac6

#ddc6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc6fa Color CSS Codes

.mybgcolor {background-color:#ddc6fa; } 
.myforecolor {color:#ddc6fa; }
.mybordercolor {border:3px solid #ddc6fa; }

#ddc6fa Text Font Color

<p style="color:#ddc6fa">Text here</p>

This sample text font color is #ddc6fa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddc6fa Background Color

<div style="background-color:#ddc6fa">
Div content here</div>

This div background color is #ddc6fa


#ddc6fa Border Color

<div style="border:3px solid #ddc6fa">
Div here</div>

This div border color is #ddc6fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,198,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddc6fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddc6fa;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc6fa;
  box-shadow:         1px 1px 3px 2px #ddc6fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,198,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddc6fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc6fa;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc6fa;
  box-shadow:         1px 1px 3px 2px #ddc6fa;">
Div content here</div>

This div box has shadow with color #ddc6fa

Related Colors


Comments

No comments written yet.

Please login to write comment.