Shades of Fog #CEBDEF
Tints of Fog #CEBDEF
RGB
CMYK
RGB Variations
Color information
#CEBDEF (or 0xCEBDEF) is known color: Fog. HEX triplet: CE, BD and EF. RGB value is (206,189,239). Sum of RGB (Red+Green+Blue) = 206+189+239=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEBDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBDEF is #314210. Grayscale: #C7C7C7. Windows color (decimal): -3228177 or 15711694. OLE color: 15711694.
HSL color Cylindrical-coordinate representation of color #CEBDEF: hue angle of 260.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEBDEF is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 189 | 239 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.06 |
| HSL | 260.4º | 0.61% | 0.84% | - |
| HSV(B) | 260.4º | 0.21% | 0.94% | - |
| XYZ | 59.23 | 55.75 | 89.3 | - |
| YUV | 199.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 239 | 0.14 | 0.21 | 0 | 0.06 | 260.4 | 0.61 | 0.84 |
| Hex | CE | BD | EF | E | 15 | 0 | 6 | 104 | 3D | 54 |
| Octal | 316 | 275 | 357 | 16 | 25 | 0 | 6 | 404 | 75 | 124 |
| Binary | 11001110 | 10111101 | 11101111 | 1110 | 10101 | 0 | 110 | 100000100 | 111101 | 1010100 |
Color Harmonies of #CEBDEF
Complementary color
Monochromatic Colors of #CEBDEF
Black with #CEBDEF
Text Example
Text Example
White with #CEBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDEF; }
p { color: rgb(206,189,239); }
H1.HeaderClassName
{
color: #CEBDEF;
}
.AnyTagClassName
{
color: #CEBDEF;
}
</style>
background-color css
<style>
a { background-color: #CEBDEF; }
a { background-color: rgb(206,189,239); }
div.DivClassName
{
background-color: #CEBDEF;
}
.BgClassName
{
background-color: #CEBDEF;
}
</style>
border-color css
<style>
span { border-color: #CEBDEF; }
span { border-color: rgb(206,189,239); }
td.TdClassName
{
border-color: #CEBDEF;
}
.TagClassName
{
border-color: #CEBDEF;
}
</style>