Shades of Fog #DDC7F2
Tints of Fog #DDC7F2
RGB
CMYK
RGB Variations
Color information
#DDC7F2 (or 0xDDC7F2) is known color: Fog. HEX triplet: DD, C7 and F2. RGB value is (221,199,242). Sum of RGB (Red+Green+Blue) = 221+199+242=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 199 (78.12% from 255 or 30.06% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDC7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC7F2 is #22380D. Grayscale: #D2D2D2. Windows color (decimal): -2242574 or 15910877. OLE color: 15910877.
HSL color Cylindrical-coordinate representation of color #DDC7F2: hue angle of 270.7º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDC7F2 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 199 | 242 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.05 |
| HSL | 270.7º | 0.62% | 0.86% | - |
| HSV(B) | 270.7º | 0.18% | 0.95% | - |
| XYZ | 66.27 | 62.63 | 92.6 | - |
| YUV | 210.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 242 | 0.09 | 0.18 | 0 | 0.05 | 270.7 | 0.62 | 0.86 |
| Hex | DD | C7 | F2 | 9 | 12 | 0 | 5 | 10F | 3E | 56 |
| Octal | 335 | 307 | 362 | 11 | 22 | 0 | 5 | 417 | 76 | 126 |
| Binary | 11011101 | 11000111 | 11110010 | 1001 | 10010 | 0 | 101 | 100001111 | 111110 | 1010110 |
Color Harmonies of #DDC7F2
Complementary color
Monochromatic Colors of #DDC7F2
Black with #DDC7F2
Text Example
Text Example
White with #DDC7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7F2; }
p { color: rgb(221,199,242); }
H1.HeaderClassName
{
color: #DDC7F2;
}
.AnyTagClassName
{
color: #DDC7F2;
}
</style>
background-color css
<style>
a { background-color: #DDC7F2; }
a { background-color: rgb(221,199,242); }
div.DivClassName
{
background-color: #DDC7F2;
}
.BgClassName
{
background-color: #DDC7F2;
}
</style>
border-color css
<style>
span { border-color: #DDC7F2; }
span { border-color: rgb(221,199,242); }
td.TdClassName
{
border-color: #DDC7F2;
}
.TagClassName
{
border-color: #DDC7F2;
}
</style>