Shades of Fog #DDBFED
Tints of Fog #DDBFED
RGB
CMYK
RGB Variations
Color information
#DDBFED (or 0xDDBFED) is known color: Fog. HEX triplet: DD, BF and ED. RGB value is (221,191,237). Sum of RGB (Red+Green+Blue) = 221+191+237=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDBFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFED is #224012. Grayscale: #CDCDCD. Windows color (decimal): -2244627 or 15581149. OLE color: 15581149.
HSL color Cylindrical-coordinate representation of color #DDBFED: hue angle of 279.13º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDBFED is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 191 | 237 | - |
CMYK | 0.07 | 0.19 | 0 | 0.07 |
HSL | 279.13º | 0.56% | 0.84% | - |
HSV(B) | 279.13º | 0.19% | 0.93% | - |
XYZ | 63.74 | 58.75 | 88.1 | - |
YUV | 205.21 | 145.94 | 139.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 237 | 0.07 | 0.19 | 0 | 0.07 | 279.13 | 0.56 | 0.84 |
Hex | DD | BF | ED | 7 | 13 | 0 | 7 | 117 | 38 | 54 |
Octal | 335 | 277 | 355 | 7 | 23 | 0 | 7 | 427 | 70 | 124 |
Binary | 11011101 | 10111111 | 11101101 | 111 | 10011 | 0 | 111 | 100010111 | 111000 | 1010100 |
Color Harmonies of #DDBFED
Complementary color
Monochromatic Colors of #DDBFED
Black with #DDBFED
Text Example
Text Example
White with #DDBFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFED; }
p { color: rgb(221,191,237); }
H1.HeaderClassName
{
color: #DDBFED;
}
.AnyTagClassName
{
color: #DDBFED;
}
</style>
background-color css
<style>
a { background-color: #DDBFED; }
a { background-color: rgb(221,191,237); }
div.DivClassName
{
background-color: #DDBFED;
}
.BgClassName
{
background-color: #DDBFED;
}
</style>
border-color css
<style>
span { border-color: #DDBFED; }
span { border-color: rgb(221,191,237); }
td.TdClassName
{
border-color: #DDBFED;
}
.TagClassName
{
border-color: #DDBFED;
}
</style>