Shades of Fog #CEBEDE
Tints of Fog #CEBEDE
RGB
CMYK
RGB Variations
Color information
#CEBEDE (or 0xCEBEDE) is known color: Fog. HEX triplet: CE, BE and DE. RGB value is (206,190,222). Sum of RGB (Red+Green+Blue) = 206+190+222=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEBEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEDE is #314121. Grayscale: #C6C6C6. Windows color (decimal): -3227938 or 14597838. OLE color: 14597838.
HSL color Cylindrical-coordinate representation of color #CEBEDE: hue angle of 270º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEBEDE is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 190 | 222 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.13 |
| HSL | 270º | 0.33% | 0.81% | - |
| HSV(B) | 270º | 0.14% | 0.87% | - |
| XYZ | 57.05 | 55.22 | 76.76 | - |
| YUV | 198.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 222 | 0.07 | 0.14 | 0 | 0.13 | 270 | 0.33 | 0.81 |
| Hex | CE | BE | DE | 7 | E | 0 | D | 10E | 21 | 51 |
| Octal | 316 | 276 | 336 | 7 | 16 | 0 | 15 | 416 | 41 | 121 |
| Binary | 11001110 | 10111110 | 11011110 | 111 | 1110 | 0 | 1101 | 100001110 | 100001 | 1010001 |
Color Harmonies of #CEBEDE
Complementary color
Monochromatic Colors of #CEBEDE
Black with #CEBEDE
Text Example
Text Example
White with #CEBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEDE; }
p { color: rgb(206,190,222); }
H1.HeaderClassName
{
color: #CEBEDE;
}
.AnyTagClassName
{
color: #CEBEDE;
}
</style>
background-color css
<style>
a { background-color: #CEBEDE; }
a { background-color: rgb(206,190,222); }
div.DivClassName
{
background-color: #CEBEDE;
}
.BgClassName
{
background-color: #CEBEDE;
}
</style>
border-color css
<style>
span { border-color: #CEBEDE; }
span { border-color: rgb(206,190,222); }
td.TdClassName
{
border-color: #CEBEDE;
}
.TagClassName
{
border-color: #CEBEDE;
}
</style>