Shades of Fog #CEBDDE
Tints of Fog #CEBDDE
RGB
CMYK
RGB Variations
Color information
#CEBDDE (or 0xCEBDDE) is known color: Fog. HEX triplet: CE, BD and DE. RGB value is (206,189,222). Sum of RGB (Red+Green+Blue) = 206+189+222=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEBDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDDE is #314221. Grayscale: #C5C5C5. Windows color (decimal): -3228194 or 14597582. OLE color: 14597582.
HSL color Cylindrical-coordinate representation of color #CEBDDE: hue angle of 270.91º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEBDDE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 189 | 222 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.13 |
| HSL | 270.91º | 0.33% | 0.81% | - |
| HSV(B) | 270.91º | 0.15% | 0.87% | - |
| XYZ | 56.84 | 54.79 | 76.69 | - |
| YUV | 197.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 222 | 0.07 | 0.15 | 0 | 0.13 | 270.91 | 0.33 | 0.81 |
| Hex | CE | BD | DE | 7 | F | 0 | D | 10F | 21 | 51 |
| Octal | 316 | 275 | 336 | 7 | 17 | 0 | 15 | 417 | 41 | 121 |
| Binary | 11001110 | 10111101 | 11011110 | 111 | 1111 | 0 | 1101 | 100001111 | 100001 | 1010001 |
Color Harmonies of #CEBDDE
Complementary color
Monochromatic Colors of #CEBDDE
Black with #CEBDDE
Text Example
Text Example
White with #CEBDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDDE; }
p { color: rgb(206,189,222); }
H1.HeaderClassName
{
color: #CEBDDE;
}
.AnyTagClassName
{
color: #CEBDDE;
}
</style>
background-color css
<style>
a { background-color: #CEBDDE; }
a { background-color: rgb(206,189,222); }
div.DivClassName
{
background-color: #CEBDDE;
}
.BgClassName
{
background-color: #CEBDDE;
}
</style>
border-color css
<style>
span { border-color: #CEBDDE; }
span { border-color: rgb(206,189,222); }
td.TdClassName
{
border-color: #CEBDDE;
}
.TagClassName
{
border-color: #CEBDDE;
}
</style>