Shades of Fog #CCBEF1
Tints of Fog #CCBEF1
RGB
CMYK
RGB Variations
Color information
#CCBEF1 (or 0xCCBEF1) is known color: Fog. HEX triplet: CC, BE and F1. RGB value is (204,190,241). Sum of RGB (Red+Green+Blue) = 204+190+241=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCBEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEF1 is #33410E. Grayscale: #C7C7C7. Windows color (decimal): -3358991 or 15843020. OLE color: 15843020.
HSL color Cylindrical-coordinate representation of color #CCBEF1: hue angle of 256.47º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBEF1 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 190 | 241 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.05 |
| HSL | 256.47º | 0.65% | 0.85% | - |
| HSV(B) | 256.47º | 0.21% | 0.95% | - |
| XYZ | 59.19 | 56.02 | 90.91 | - |
| YUV | 200 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 241 | 0.15 | 0.21 | 0 | 0.05 | 256.47 | 0.65 | 0.85 |
| Hex | CC | BE | F1 | F | 15 | 0 | 5 | 100 | 41 | 55 |
| Octal | 314 | 276 | 361 | 17 | 25 | 0 | 5 | 400 | 101 | 125 |
| Binary | 11001100 | 10111110 | 11110001 | 1111 | 10101 | 0 | 101 | 100000000 | 1000001 | 1010101 |
Color Harmonies of #CCBEF1
Complementary color
Monochromatic Colors of #CCBEF1
Black with #CCBEF1
Text Example
Text Example
White with #CCBEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEF1; }
p { color: rgb(204,190,241); }
H1.HeaderClassName
{
color: #CCBEF1;
}
.AnyTagClassName
{
color: #CCBEF1;
}
</style>
background-color css
<style>
a { background-color: #CCBEF1; }
a { background-color: rgb(204,190,241); }
div.DivClassName
{
background-color: #CCBEF1;
}
.BgClassName
{
background-color: #CCBEF1;
}
</style>
border-color css
<style>
span { border-color: #CCBEF1; }
span { border-color: rgb(204,190,241); }
td.TdClassName
{
border-color: #CCBEF1;
}
.TagClassName
{
border-color: #CCBEF1;
}
</style>