#DDCAF1

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

Shades of Fog #DDCAF1

Tints of Fog #DDCAF1

Color information

#DDCAF1 (or 0xDDCAF1) is unknown color: approx Fog. HEX triplet: DD, CA and F1. RGB value is (221,202,241). Sum of RGB (Red+Green+Blue) = 221+202+241=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDCAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAF1 is #22350E. Grayscale: #D3D3D3. Windows color (decimal): -2241807 or 15846109. OLE color: 15846109.

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

Color convert

RGB221202241-
CMYK0.080.1600.05
HSL269.23º58.21%86.86%-
HSV(B)269.23º16.18%94.51%-
XYZ66.8263.9692.04-
YUV212.13144.29134.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.28%
GREEN value IS 202 (79.30% from 255) = 30.42%
BLUE value IS 241 (94.53% from 255) = 36.30%
R=33.28%
G=30.42%
B=36.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212022410.080.1600.05269.2358.2186.86
HexDDCAF18100510d3a57
Octal33531236110200541572127
Binary11011101110010101111000110001000001011000011011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAF1; }

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

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

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

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

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

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

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

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