Shades of Fog #CEBDF0
Tints of Fog #CEBDF0
RGB
CMYK
RGB Variations
Color information
#CEBDF0 (or 0xCEBDF0) is known color: Fog. HEX triplet: CE, BD and F0. RGB value is (206,189,240). Sum of RGB (Red+Green+Blue) = 206+189+240=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEBDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBDF0 is #31420F. Grayscale: #C7C7C7. Windows color (decimal): -3228176 or 15777230. OLE color: 15777230.
HSL color Cylindrical-coordinate representation of color #CEBDF0: hue angle of 260º degrees, saturation: 0.63, 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 #CEBDF0 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 189 | 240 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.06 |
| HSL | 260º | 0.63% | 0.84% | - |
| HSV(B) | 260º | 0.21% | 0.94% | - |
| XYZ | 59.38 | 55.81 | 90.08 | - |
| YUV | 199.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 240 | 0.14 | 0.21 | 0 | 0.06 | 260 | 0.63 | 0.84 |
| Hex | CE | BD | F0 | E | 15 | 0 | 6 | 104 | 3F | 54 |
| Octal | 316 | 275 | 360 | 16 | 25 | 0 | 6 | 404 | 77 | 124 |
| Binary | 11001110 | 10111101 | 11110000 | 1110 | 10101 | 0 | 110 | 100000100 | 111111 | 1010100 |
Color Harmonies of #CEBDF0
Complementary color
Monochromatic Colors of #CEBDF0
Black with #CEBDF0
Text Example
Text Example
White with #CEBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDF0; }
p { color: rgb(206,189,240); }
H1.HeaderClassName
{
color: #CEBDF0;
}
.AnyTagClassName
{
color: #CEBDF0;
}
</style>
background-color css
<style>
a { background-color: #CEBDF0; }
a { background-color: rgb(206,189,240); }
div.DivClassName
{
background-color: #CEBDF0;
}
.BgClassName
{
background-color: #CEBDF0;
}
</style>
border-color css
<style>
span { border-color: #CEBDF0; }
span { border-color: rgb(206,189,240); }
td.TdClassName
{
border-color: #CEBDF0;
}
.TagClassName
{
border-color: #CEBDF0;
}
</style>