Shades of Fog #CEBDF5
Tints of Fog #CEBDF5
RGB
CMYK
RGB Variations
Color information
#CEBDF5 (or 0xCEBDF5) is known color: Fog. HEX triplet: CE, BD and F5. RGB value is (206,189,245). Sum of RGB (Red+Green+Blue) = 206+189+245=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEBDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBDF5 is #31420A. Grayscale: #C8C8C8. Windows color (decimal): -3228171 or 16104910. OLE color: 16104910.
HSL color Cylindrical-coordinate representation of color #CEBDF5: hue angle of 258.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEBDF5 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 189 | 245 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.04 |
| HSL | 258.21º | 0.74% | 0.85% | - |
| HSV(B) | 258.21º | 0.23% | 0.96% | - |
| XYZ | 60.13 | 56.11 | 94.05 | - |
| YUV | 200.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 245 | 0.16 | 0.23 | 0 | 0.04 | 258.21 | 0.74 | 0.85 |
| Hex | CE | BD | F5 | 10 | 17 | 0 | 4 | 102 | 4A | 55 |
| Octal | 316 | 275 | 365 | 20 | 27 | 0 | 4 | 402 | 112 | 125 |
| Binary | 11001110 | 10111101 | 11110101 | 10000 | 10111 | 0 | 100 | 100000010 | 1001010 | 1010101 |
Color Harmonies of #CEBDF5
Complementary color
Monochromatic Colors of #CEBDF5
Black with #CEBDF5
Text Example
Text Example
White with #CEBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDF5; }
p { color: rgb(206,189,245); }
H1.HeaderClassName
{
color: #CEBDF5;
}
.AnyTagClassName
{
color: #CEBDF5;
}
</style>
background-color css
<style>
a { background-color: #CEBDF5; }
a { background-color: rgb(206,189,245); }
div.DivClassName
{
background-color: #CEBDF5;
}
.BgClassName
{
background-color: #CEBDF5;
}
</style>
border-color css
<style>
span { border-color: #CEBDF5; }
span { border-color: rgb(206,189,245); }
td.TdClassName
{
border-color: #CEBDF5;
}
.TagClassName
{
border-color: #CEBDF5;
}
</style>