Shades of Fog #DDC3FB
Tints of Fog #DDC3FB
RGB
CMYK
RGB Variations
Color information
#DDC3FB (or 0xDDC3FB) is known color: Fog. HEX triplet: DD, C3 and FB. RGB value is (221,195,251). Sum of RGB (Red+Green+Blue) = 221+195+251=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 195 (76.56% from 255 or 29.24% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDC3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC3FB is #223C04. Grayscale: #D0D0D0. Windows color (decimal): -2243589 or 16499677. OLE color: 16499677.
HSL color Cylindrical-coordinate representation of color #DDC3FB: hue angle of 267.86º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC3FB is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 195 | 251 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.02 |
| HSL | 267.86º | 0.88% | 0.87% | - |
| HSV(B) | 267.86º | 0.22% | 0.98% | - |
| XYZ | 66.75 | 61.37 | 99.59 | - |
| YUV | 209.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 251 | 0.12 | 0.22 | 0 | 0.02 | 267.86 | 0.88 | 0.87 |
| Hex | DD | C3 | FB | C | 16 | 0 | 2 | 10C | 58 | 57 |
| Octal | 335 | 303 | 373 | 14 | 26 | 0 | 2 | 414 | 130 | 127 |
| Binary | 11011101 | 11000011 | 11111011 | 1100 | 10110 | 0 | 10 | 100001100 | 1011000 | 1010111 |
Color Harmonies of #DDC3FB
Complementary color
Monochromatic Colors of #DDC3FB
Black with #DDC3FB
Text Example
Text Example
White with #DDC3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3FB; }
p { color: rgb(221,195,251); }
H1.HeaderClassName
{
color: #DDC3FB;
}
.AnyTagClassName
{
color: #DDC3FB;
}
</style>
background-color css
<style>
a { background-color: #DDC3FB; }
a { background-color: rgb(221,195,251); }
div.DivClassName
{
background-color: #DDC3FB;
}
.BgClassName
{
background-color: #DDC3FB;
}
</style>
border-color css
<style>
span { border-color: #DDC3FB; }
span { border-color: rgb(221,195,251); }
td.TdClassName
{
border-color: #DDC3FB;
}
.TagClassName
{
border-color: #DDC3FB;
}
</style>