Shades of Fog #DDC8F2
Tints of Fog #DDC8F2
RGB
CMYK
RGB Variations
Color information
#DDC8F2 (or 0xDDC8F2) is known color: Fog. HEX triplet: DD, C8 and F2. RGB value is (221,200,242). Sum of RGB (Red+Green+Blue) = 221+200+242=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 200 (78.52% from 255 or 30.17% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDC8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC8F2 is #22370D. Grayscale: #D2D2D2. Windows color (decimal): -2242318 or 15911133. OLE color: 15911133.
HSL color Cylindrical-coordinate representation of color #DDC8F2: hue angle of 270º degrees, saturation: 0.62, 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 #DDC8F2 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 200 | 242 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.05 |
| HSL | 270º | 0.62% | 0.87% | - |
| HSV(B) | 270º | 0.17% | 0.95% | - |
| XYZ | 66.5 | 63.09 | 92.68 | - |
| YUV | 211.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 242 | 0.09 | 0.17 | 0 | 0.05 | 270 | 0.62 | 0.87 |
| Hex | DD | C8 | F2 | 9 | 11 | 0 | 5 | 10E | 3E | 57 |
| Octal | 335 | 310 | 362 | 11 | 21 | 0 | 5 | 416 | 76 | 127 |
| Binary | 11011101 | 11001000 | 11110010 | 1001 | 10001 | 0 | 101 | 100001110 | 111110 | 1010111 |
Color Harmonies of #DDC8F2
Complementary color
Monochromatic Colors of #DDC8F2
Black with #DDC8F2
Text Example
Text Example
White with #DDC8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8F2; }
p { color: rgb(221,200,242); }
H1.HeaderClassName
{
color: #DDC8F2;
}
.AnyTagClassName
{
color: #DDC8F2;
}
</style>
background-color css
<style>
a { background-color: #DDC8F2; }
a { background-color: rgb(221,200,242); }
div.DivClassName
{
background-color: #DDC8F2;
}
.BgClassName
{
background-color: #DDC8F2;
}
</style>
border-color css
<style>
span { border-color: #DDC8F2; }
span { border-color: rgb(221,200,242); }
td.TdClassName
{
border-color: #DDC8F2;
}
.TagClassName
{
border-color: #DDC8F2;
}
</style>