Shades of Fog #CCBEDF
Tints of Fog #CCBEDF
RGB
CMYK
RGB Variations
Color information
#CCBEDF (or 0xCCBEDF) is known color: Fog. HEX triplet: CC, BE and DF. RGB value is (204,190,223). Sum of RGB (Red+Green+Blue) = 204+190+223=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEDF is #334120. Grayscale: #C5C5C5. Windows color (decimal): -3359009 or 14663372. OLE color: 14663372.
HSL color Cylindrical-coordinate representation of color #CCBEDF: hue angle of 265.45º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCBEDF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 190 | 223 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.13 |
| HSL | 265.45º | 0.34% | 0.81% | - |
| HSV(B) | 265.45º | 0.15% | 0.87% | - |
| XYZ | 56.63 | 54.99 | 77.44 | - |
| YUV | 197.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 223 | 0.09 | 0.15 | 0 | 0.13 | 265.45 | 0.34 | 0.81 |
| Hex | CC | BE | DF | 9 | F | 0 | D | 109 | 22 | 51 |
| Octal | 314 | 276 | 337 | 11 | 17 | 0 | 15 | 411 | 42 | 121 |
| Binary | 11001100 | 10111110 | 11011111 | 1001 | 1111 | 0 | 1101 | 100001001 | 100010 | 1010001 |
Color Harmonies of #CCBEDF
Complementary color
Monochromatic Colors of #CCBEDF
Black with #CCBEDF
Text Example
Text Example
White with #CCBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEDF; }
p { color: rgb(204,190,223); }
H1.HeaderClassName
{
color: #CCBEDF;
}
.AnyTagClassName
{
color: #CCBEDF;
}
</style>
background-color css
<style>
a { background-color: #CCBEDF; }
a { background-color: rgb(204,190,223); }
div.DivClassName
{
background-color: #CCBEDF;
}
.BgClassName
{
background-color: #CCBEDF;
}
</style>
border-color css
<style>
span { border-color: #CCBEDF; }
span { border-color: rgb(204,190,223); }
td.TdClassName
{
border-color: #CCBEDF;
}
.TagClassName
{
border-color: #CCBEDF;
}
</style>