Shades of Fog #CEBDEC
Tints of Fog #CEBDEC
RGB
CMYK
RGB Variations
Color information
#CEBDEC (or 0xCEBDEC) is known color: Fog. HEX triplet: CE, BD and EC. RGB value is (206,189,236). Sum of RGB (Red+Green+Blue) = 206+189+236=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEBDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBDEC is #314213. Grayscale: #C7C7C7. Windows color (decimal): -3228180 or 15515086. OLE color: 15515086.
HSL color Cylindrical-coordinate representation of color #CEBDEC: hue angle of 261.7º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEBDEC is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 189 | 236 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.07 |
| HSL | 261.7º | 0.55% | 0.83% | - |
| HSV(B) | 261.7º | 0.2% | 0.93% | - |
| XYZ | 58.79 | 55.57 | 86.98 | - |
| YUV | 199.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 236 | 0.13 | 0.20 | 0 | 0.07 | 261.7 | 0.55 | 0.83 |
| Hex | CE | BD | EC | D | 14 | 0 | 7 | 106 | 37 | 53 |
| Octal | 316 | 275 | 354 | 15 | 24 | 0 | 7 | 406 | 67 | 123 |
| Binary | 11001110 | 10111101 | 11101100 | 1101 | 10100 | 0 | 111 | 100000110 | 110111 | 1010011 |
Color Harmonies of #CEBDEC
Complementary color
Monochromatic Colors of #CEBDEC
Black with #CEBDEC
Text Example
Text Example
White with #CEBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDEC; }
p { color: rgb(206,189,236); }
H1.HeaderClassName
{
color: #CEBDEC;
}
.AnyTagClassName
{
color: #CEBDEC;
}
</style>
background-color css
<style>
a { background-color: #CEBDEC; }
a { background-color: rgb(206,189,236); }
div.DivClassName
{
background-color: #CEBDEC;
}
.BgClassName
{
background-color: #CEBDEC;
}
</style>
border-color css
<style>
span { border-color: #CEBDEC; }
span { border-color: rgb(206,189,236); }
td.TdClassName
{
border-color: #CEBDEC;
}
.TagClassName
{
border-color: #CEBDEC;
}
</style>