Shades of Fog #CCBDEA
Tints of Fog #CCBDEA
RGB
CMYK
RGB Variations
Color information
#CCBDEA (or 0xCCBDEA) is known color: Fog. HEX triplet: CC, BD and EA. RGB value is (204,189,234). Sum of RGB (Red+Green+Blue) = 204+189+234=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCBDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBDEA is #334215. Grayscale: #C6C6C6. Windows color (decimal): -3359254 or 15384012. OLE color: 15384012.
HSL color Cylindrical-coordinate representation of color #CCBDEA: hue angle of 260º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBDEA is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 189 | 234 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.08 |
| HSL | 260º | 0.52% | 0.83% | - |
| HSV(B) | 260º | 0.19% | 0.92% | - |
| XYZ | 57.95 | 55.17 | 85.44 | - |
| YUV | 198.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 234 | 0.13 | 0.19 | 0 | 0.08 | 260 | 0.52 | 0.83 |
| Hex | CC | BD | EA | D | 13 | 0 | 8 | 104 | 34 | 53 |
| Octal | 314 | 275 | 352 | 15 | 23 | 0 | 10 | 404 | 64 | 123 |
| Binary | 11001100 | 10111101 | 11101010 | 1101 | 10011 | 0 | 1000 | 100000100 | 110100 | 1010011 |
Color Harmonies of #CCBDEA
Complementary color
Monochromatic Colors of #CCBDEA
Black with #CCBDEA
Text Example
Text Example
White with #CCBDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDEA; }
p { color: rgb(204,189,234); }
H1.HeaderClassName
{
color: #CCBDEA;
}
.AnyTagClassName
{
color: #CCBDEA;
}
</style>
background-color css
<style>
a { background-color: #CCBDEA; }
a { background-color: rgb(204,189,234); }
div.DivClassName
{
background-color: #CCBDEA;
}
.BgClassName
{
background-color: #CCBDEA;
}
</style>
border-color css
<style>
span { border-color: #CCBDEA; }
span { border-color: rgb(204,189,234); }
td.TdClassName
{
border-color: #CCBDEA;
}
.TagClassName
{
border-color: #CCBDEA;
}
</style>