#DDCAF5

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

Shades of Fog #DDCAF5

Tints of Fog #DDCAF5

Color information

#DDCAF5 (or 0xDDCAF5) is unknown color: approx Fog. HEX triplet: DD, CA and F5. RGB value is (221,202,245). Sum of RGB (Red+Green+Blue) = 221+202+245=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDCAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAF5 is #22350A. Grayscale: #D4D4D4. Windows color (decimal): -2241803 or 16108253. OLE color: 16108253.

HSL color Cylindrical-coordinate representation of color #DDCAF5: hue angle of 266.51º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDCAF5 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221202245-
CMYK0.100.1800.04
HSL266.51º68.25%87.65%-
HSV(B)266.51º17.55%96.08%-
XYZ67.4264.2195.23-
YUV212.58146.29134-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 202 (79.30% from 255) = 30.24%
BLUE value IS 245 (96.09% from 255) = 36.68%
R=33.08%
G=30.24%
B=36.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212022450.100.1800.04266.5168.2587.65
HexDDCAF5A120410b4458
Octal335312365122204413104130
Binary110111011100101011110101101010010010010000101110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAF5; }

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

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

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

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

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

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

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

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