Shades of Fog #DDCAF4
Tints of Fog #DDCAF4
RGB
CMYK
RGB Variations
Color information
#DDCAF4 (or 0xDDCAF4) is known color: Fog. HEX triplet: DD, CA and F4. RGB value is (221,202,244). Sum of RGB (Red+Green+Blue) = 221+202+244=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDCAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAF4 is #22350B. Grayscale: #D4D4D4. Windows color (decimal): -2241804 or 16042717. OLE color: 16042717.
HSL color Cylindrical-coordinate representation of color #DDCAF4: hue angle of 267.14º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDCAF4 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 202 | 244 | - |
CMYK | 0.09 | 0.17 | 0 | 0.04 |
HSL | 267.14º | 0.66% | 0.87% | - |
HSV(B) | 267.14º | 0.17% | 0.96% | - |
XYZ | 67.27 | 64.14 | 94.42 | - |
YUV | 212.47 | 145.79 | 134.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 244 | 0.09 | 0.17 | 0 | 0.04 | 267.14 | 0.66 | 0.87 |
Hex | DD | CA | F4 | 9 | 11 | 0 | 4 | 10B | 42 | 57 |
Octal | 335 | 312 | 364 | 11 | 21 | 0 | 4 | 413 | 102 | 127 |
Binary | 11011101 | 11001010 | 11110100 | 1001 | 10001 | 0 | 100 | 100001011 | 1000010 | 1010111 |
Color Harmonies of #DDCAF4
Complementary color
Monochromatic Colors of #DDCAF4
Black with #DDCAF4
Text Example
Text Example
White with #DDCAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAF4; }
p { color: rgb(221,202,244); }
H1.HeaderClassName
{
color: #DDCAF4;
}
.AnyTagClassName
{
color: #DDCAF4;
}
</style>
background-color css
<style>
a { background-color: #DDCAF4; }
a { background-color: rgb(221,202,244); }
div.DivClassName
{
background-color: #DDCAF4;
}
.BgClassName
{
background-color: #DDCAF4;
}
</style>
border-color css
<style>
span { border-color: #DDCAF4; }
span { border-color: rgb(221,202,244); }
td.TdClassName
{
border-color: #DDCAF4;
}
.TagClassName
{
border-color: #DDCAF4;
}
</style>