Shades of Fog #CCB2EE
Tints of Fog #CCB2EE
RGB
CMYK
RGB Variations
Color information
#CCB2EE (or 0xCCB2EE) is known color: Fog. HEX triplet: CC, B2 and EE. RGB value is (204,178,238). Sum of RGB (Red+Green+Blue) = 204+178+238=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2EE is #334D11. Grayscale: #C0C0C0. Windows color (decimal): -3362066 or 15643340. OLE color: 15643340.
HSL color Cylindrical-coordinate representation of color #CCB2EE: hue angle of 266º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB2EE is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 178 | 238 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.07 |
| HSL | 266º | 0.64% | 0.82% | - |
| HSV(B) | 266º | 0.25% | 0.93% | - |
| XYZ | 56.25 | 50.85 | 87.74 | - |
| YUV | 192.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 238 | 0.14 | 0.25 | 0 | 0.07 | 266 | 0.64 | 0.82 |
| Hex | CC | B2 | EE | E | 19 | 0 | 7 | 10A | 40 | 52 |
| Octal | 314 | 262 | 356 | 16 | 31 | 0 | 7 | 412 | 100 | 122 |
| Binary | 11001100 | 10110010 | 11101110 | 1110 | 11001 | 0 | 111 | 100001010 | 1000000 | 1010010 |
Color Harmonies of #CCB2EE
Complementary color
Monochromatic Colors of #CCB2EE
Black with #CCB2EE
Text Example
Text Example
White with #CCB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2EE; }
p { color: rgb(204,178,238); }
H1.HeaderClassName
{
color: #CCB2EE;
}
.AnyTagClassName
{
color: #CCB2EE;
}
</style>
background-color css
<style>
a { background-color: #CCB2EE; }
a { background-color: rgb(204,178,238); }
div.DivClassName
{
background-color: #CCB2EE;
}
.BgClassName
{
background-color: #CCB2EE;
}
</style>
border-color css
<style>
span { border-color: #CCB2EE; }
span { border-color: rgb(204,178,238); }
td.TdClassName
{
border-color: #CCB2EE;
}
.TagClassName
{
border-color: #CCB2EE;
}
</style>