Shades of Fog #CEBDE7
Tints of Fog #CEBDE7
RGB
CMYK
RGB Variations
Color information
#CEBDE7 (or 0xCEBDE7) is known color: Fog. HEX triplet: CE, BD and E7. RGB value is (206,189,231). Sum of RGB (Red+Green+Blue) = 206+189+231=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 231 (90.62% from 255 or 36.90% from 626); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEBDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBDE7 is #314218. Grayscale: #C6C6C6. Windows color (decimal): -3228185 or 15187406. OLE color: 15187406.
HSL color Cylindrical-coordinate representation of color #CEBDE7: hue angle of 264.29º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEBDE7 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 189 | 231 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.09 |
| HSL | 264.29º | 0.47% | 0.82% | - |
| HSV(B) | 264.29º | 0.18% | 0.91% | - |
| XYZ | 58.08 | 55.29 | 83.21 | - |
| YUV | 198.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 231 | 0.11 | 0.18 | 0 | 0.09 | 264.29 | 0.47 | 0.82 |
| Hex | CE | BD | E7 | B | 12 | 0 | 9 | 108 | 2F | 52 |
| Octal | 316 | 275 | 347 | 13 | 22 | 0 | 11 | 410 | 57 | 122 |
| Binary | 11001110 | 10111101 | 11100111 | 1011 | 10010 | 0 | 1001 | 100001000 | 101111 | 1010010 |
Color Harmonies of #CEBDE7
Complementary color
Monochromatic Colors of #CEBDE7
Black with #CEBDE7
Text Example
Text Example
White with #CEBDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDE7; }
p { color: rgb(206,189,231); }
H1.HeaderClassName
{
color: #CEBDE7;
}
.AnyTagClassName
{
color: #CEBDE7;
}
</style>
background-color css
<style>
a { background-color: #CEBDE7; }
a { background-color: rgb(206,189,231); }
div.DivClassName
{
background-color: #CEBDE7;
}
.BgClassName
{
background-color: #CEBDE7;
}
</style>
border-color css
<style>
span { border-color: #CEBDE7; }
span { border-color: rgb(206,189,231); }
td.TdClassName
{
border-color: #CEBDE7;
}
.TagClassName
{
border-color: #CEBDE7;
}
</style>