Shades of Fog #DDCAF0
Tints of Fog #DDCAF0
RGB
CMYK
RGB Variations
Color information
#DDCAF0 (or 0xDDCAF0) is known color: Fog. HEX triplet: DD, CA and F0. RGB value is (221,202,240). Sum of RGB (Red+Green+Blue) = 221+202+240=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDCAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAF0 is #22350F. Grayscale: #D3D3D3. Windows color (decimal): -2241808 or 15780573. OLE color: 15780573.
HSL color Cylindrical-coordinate representation of color #DDCAF0: hue angle of 270º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDCAF0 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 202 | 240 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.06 |
| HSL | 270º | 0.56% | 0.87% | - |
| HSV(B) | 270º | 0.16% | 0.94% | - |
| XYZ | 66.67 | 63.9 | 91.26 | - |
| YUV | 212.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 240 | 0.08 | 0.16 | 0 | 0.06 | 270 | 0.56 | 0.87 |
| Hex | DD | CA | F0 | 8 | 10 | 0 | 6 | 10E | 38 | 57 |
| Octal | 335 | 312 | 360 | 10 | 20 | 0 | 6 | 416 | 70 | 127 |
| Binary | 11011101 | 11001010 | 11110000 | 1000 | 10000 | 0 | 110 | 100001110 | 111000 | 1010111 |
Color Harmonies of #DDCAF0
Complementary color
Monochromatic Colors of #DDCAF0
Black with #DDCAF0
Text Example
Text Example
White with #DDCAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAF0; }
p { color: rgb(221,202,240); }
H1.HeaderClassName
{
color: #DDCAF0;
}
.AnyTagClassName
{
color: #DDCAF0;
}
</style>
background-color css
<style>
a { background-color: #DDCAF0; }
a { background-color: rgb(221,202,240); }
div.DivClassName
{
background-color: #DDCAF0;
}
.BgClassName
{
background-color: #DDCAF0;
}
</style>
border-color css
<style>
span { border-color: #DDCAF0; }
span { border-color: rgb(221,202,240); }
td.TdClassName
{
border-color: #DDCAF0;
}
.TagClassName
{
border-color: #DDCAF0;
}
</style>