#DDCAF2

Color #DDCAF2 Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #DDCAF2

Tints of Fog #DDCAF2

Color information

#DDCAF2 (or 0xDDCAF2) is unknown color: approx Fog. HEX triplet: DD, CA and F2. RGB value is (221,202,242). Sum of RGB (Red+Green+Blue) = 221+202+242=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDCAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAF2 is #22350D. Grayscale: #D4D4D4. Windows color (decimal): -2241806 or 15911645. OLE color: 15911645.

HSL color Cylindrical-coordinate representation of color #DDCAF2: hue angle of 268.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDCAF2 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221202242-
CMYK0.090.1700.05
HSL268.5º60.61%87.06%-
HSV(B)268.5º16.53%94.9%-
XYZ66.9764.0292.83-
YUV212.24144.79134.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 33.23%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 242 (94.92% from 255) = 36.39%
R=33.23%
G=30.38%
B=36.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212022420.090.1700.05268.560.6187.06
HexDDCAF29110510c3d57
Octal33531236211210541475127
Binary11011101110010101111001010011000101011000011001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAF2; }

 p { color: rgb(221,202,242); }

 H1.HeaderClassName
 {
   color: #DDCAF2;
 }
 .AnyTagClassName
 {
   color: #DDCAF2;
 }
</style>
background-color css

<style>
 a { background-color: #DDCAF2; }

 a { background-color: rgb(221,202,242); }

 div.DivClassName
 {
   background-color: #DDCAF2;
 }
 .BgClassName
 {
   background-color: #DDCAF2;
 }
</style>
border-color css

<style>
 span { border-color: #DDCAF2; }

 span { border-color: rgb(221,202,242); }

 td.TdClassName
 {
   border-color: #DDCAF2;
 }
 .TagClassName
 {
   border-color: #DDCAF2;
 }
</style>