Shades of Fog #CCBEDB
Tints of Fog #CCBEDB
RGB
CMYK
RGB Variations
Color information
#CCBEDB (or 0xCCBEDB) is known color: Fog. HEX triplet: CC, BE and DB. RGB value is (204,190,219). Sum of RGB (Red+Green+Blue) = 204+190+219=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCBEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEDB is #334124. Grayscale: #C5C5C5. Windows color (decimal): -3359013 or 14401228. OLE color: 14401228.
HSL color Cylindrical-coordinate representation of color #CCBEDB: hue angle of 268.97º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCBEDB is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 190 | 219 | - |
CMYK | 0.07 | 0.13 | 0 | 0.14 |
HSL | 268.97º | 0.29% | 0.8% | - |
HSV(B) | 268.97º | 0.13% | 0.86% | - |
XYZ | 56.1 | 54.78 | 74.63 | - |
YUV | 197.49 | 140.14 | 132.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 190 | 219 | 0.07 | 0.13 | 0 | 0.14 | 268.97 | 0.29 | 0.8 |
Hex | CC | BE | DB | 7 | D | 0 | E | 10D | 1D | 50 |
Octal | 314 | 276 | 333 | 7 | 15 | 0 | 16 | 415 | 35 | 120 |
Binary | 11001100 | 10111110 | 11011011 | 111 | 1101 | 0 | 1110 | 100001101 | 11101 | 1010000 |
Color Harmonies of #CCBEDB
Complementary color
Monochromatic Colors of #CCBEDB
Black with #CCBEDB
Text Example
Text Example
White with #CCBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEDB; }
p { color: rgb(204,190,219); }
H1.HeaderClassName
{
color: #CCBEDB;
}
.AnyTagClassName
{
color: #CCBEDB;
}
</style>
background-color css
<style>
a { background-color: #CCBEDB; }
a { background-color: rgb(204,190,219); }
div.DivClassName
{
background-color: #CCBEDB;
}
.BgClassName
{
background-color: #CCBEDB;
}
</style>
border-color css
<style>
span { border-color: #CCBEDB; }
span { border-color: rgb(204,190,219); }
td.TdClassName
{
border-color: #CCBEDB;
}
.TagClassName
{
border-color: #CCBEDB;
}
</style>