Shades of Fog #CEBDF2
Tints of Fog #CEBDF2
RGB
CMYK
RGB Variations
Color information
#CEBDF2 (or 0xCEBDF2) is known color: Fog. HEX triplet: CE, BD and F2. RGB value is (206,189,242). Sum of RGB (Red+Green+Blue) = 206+189+242=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEBDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBDF2 is #31420D. Grayscale: #C7C7C7. Windows color (decimal): -3228174 or 15908302. OLE color: 15908302.
HSL color Cylindrical-coordinate representation of color #CEBDF2: hue angle of 259.25º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEBDF2 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 189 | 242 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.05 |
| HSL | 259.25º | 0.67% | 0.85% | - |
| HSV(B) | 259.25º | 0.22% | 0.95% | - |
| XYZ | 59.68 | 55.93 | 91.65 | - |
| YUV | 200.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 242 | 0.15 | 0.22 | 0 | 0.05 | 259.25 | 0.67 | 0.85 |
| Hex | CE | BD | F2 | F | 16 | 0 | 5 | 103 | 43 | 55 |
| Octal | 316 | 275 | 362 | 17 | 26 | 0 | 5 | 403 | 103 | 125 |
| Binary | 11001110 | 10111101 | 11110010 | 1111 | 10110 | 0 | 101 | 100000011 | 1000011 | 1010101 |
Color Harmonies of #CEBDF2
Complementary color
Monochromatic Colors of #CEBDF2
Black with #CEBDF2
Text Example
Text Example
White with #CEBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDF2; }
p { color: rgb(206,189,242); }
H1.HeaderClassName
{
color: #CEBDF2;
}
.AnyTagClassName
{
color: #CEBDF2;
}
</style>
background-color css
<style>
a { background-color: #CEBDF2; }
a { background-color: rgb(206,189,242); }
div.DivClassName
{
background-color: #CEBDF2;
}
.BgClassName
{
background-color: #CEBDF2;
}
</style>
border-color css
<style>
span { border-color: #CEBDF2; }
span { border-color: rgb(206,189,242); }
td.TdClassName
{
border-color: #CEBDF2;
}
.TagClassName
{
border-color: #CEBDF2;
}
</style>