Shades of Fog #CCBEF0
Tints of Fog #CCBEF0
RGB
CMYK
RGB Variations
Color information
#CCBEF0 (or 0xCCBEF0) is known color: Fog. HEX triplet: CC, BE and F0. RGB value is (204,190,240). Sum of RGB (Red+Green+Blue) = 204+190+240=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEF0 is #33410F. Grayscale: #C7C7C7. Windows color (decimal): -3358992 or 15777484. OLE color: 15777484.
HSL color Cylindrical-coordinate representation of color #CCBEF0: hue angle of 256.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBEF0 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 204 | 190 | 240 | - |
CMYK | 0.15 | 0.21 | 0 | 0.06 |
HSL | 256.8º | 0.63% | 0.84% | - |
HSV(B) | 256.8º | 0.21% | 0.94% | - |
XYZ | 59.04 | 55.96 | 90.13 | - |
YUV | 199.89 | 150.64 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 190 | 240 | 0.15 | 0.21 | 0 | 0.06 | 256.8 | 0.63 | 0.84 |
Hex | CC | BE | F0 | F | 15 | 0 | 6 | 101 | 3E | 54 |
Octal | 314 | 276 | 360 | 17 | 25 | 0 | 6 | 401 | 76 | 124 |
Binary | 11001100 | 10111110 | 11110000 | 1111 | 10101 | 0 | 110 | 100000001 | 111110 | 1010100 |
Color Harmonies of #CCBEF0
Complementary color
Monochromatic Colors of #CCBEF0
Black with #CCBEF0
Text Example
Text Example
White with #CCBEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEF0; }
p { color: rgb(204,190,240); }
H1.HeaderClassName
{
color: #CCBEF0;
}
.AnyTagClassName
{
color: #CCBEF0;
}
</style>
background-color css
<style>
a { background-color: #CCBEF0; }
a { background-color: rgb(204,190,240); }
div.DivClassName
{
background-color: #CCBEF0;
}
.BgClassName
{
background-color: #CCBEF0;
}
</style>
border-color css
<style>
span { border-color: #CCBEF0; }
span { border-color: rgb(204,190,240); }
td.TdClassName
{
border-color: #CCBEF0;
}
.TagClassName
{
border-color: #CCBEF0;
}
</style>