Shades of Fog #CCBEDE
Tints of Fog #CCBEDE
RGB
CMYK
RGB Variations
Color information
#CCBEDE (or 0xCCBEDE) is known color: Fog. HEX triplet: CC, BE and DE. RGB value is (204,190,222). Sum of RGB (Red+Green+Blue) = 204+190+222=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCBEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEDE is #334121. Grayscale: #C5C5C5. Windows color (decimal): -3359010 or 14597836. OLE color: 14597836.
HSL color Cylindrical-coordinate representation of color #CCBEDE: hue angle of 266.25º 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 #CCBEDE is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 190 | 222 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.13 |
| HSL | 266.25º | 0.33% | 0.81% | - |
| HSV(B) | 266.25º | 0.14% | 0.87% | - |
| XYZ | 56.5 | 54.94 | 76.73 | - |
| YUV | 197.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 222 | 0.08 | 0.14 | 0 | 0.13 | 266.25 | 0.33 | 0.81 |
| Hex | CC | BE | DE | 8 | E | 0 | D | 10A | 21 | 51 |
| Octal | 314 | 276 | 336 | 10 | 16 | 0 | 15 | 412 | 41 | 121 |
| Binary | 11001100 | 10111110 | 11011110 | 1000 | 1110 | 0 | 1101 | 100001010 | 100001 | 1010001 |
Color Harmonies of #CCBEDE
Complementary color
Monochromatic Colors of #CCBEDE
Black with #CCBEDE
Text Example
Text Example
White with #CCBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEDE; }
p { color: rgb(204,190,222); }
H1.HeaderClassName
{
color: #CCBEDE;
}
.AnyTagClassName
{
color: #CCBEDE;
}
</style>
background-color css
<style>
a { background-color: #CCBEDE; }
a { background-color: rgb(204,190,222); }
div.DivClassName
{
background-color: #CCBEDE;
}
.BgClassName
{
background-color: #CCBEDE;
}
</style>
border-color css
<style>
span { border-color: #CCBEDE; }
span { border-color: rgb(204,190,222); }
td.TdClassName
{
border-color: #CCBEDE;
}
.TagClassName
{
border-color: #CCBEDE;
}
</style>