Shades of Fog #CCB5EE
Tints of Fog #CCB5EE
RGB
CMYK
RGB Variations
Color information
#CCB5EE (or 0xCCB5EE) is known color: Fog. HEX triplet: CC, B5 and EE. RGB value is (204,181,238). Sum of RGB (Red+Green+Blue) = 204+181+238=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5EE is #334A11. Grayscale: #C2C2C2. Windows color (decimal): -3361298 or 15644108. OLE color: 15644108.
HSL color Cylindrical-coordinate representation of color #CCB5EE: hue angle of 264.21º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCB5EE is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 181 | 238 | - |
CMYK | 0.14 | 0.24 | 0 | 0.07 |
HSL | 264.21º | 0.63% | 0.82% | - |
HSV(B) | 264.21º | 0.24% | 0.93% | - |
XYZ | 56.86 | 52.06 | 87.94 | - |
YUV | 194.38 | 152.62 | 134.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 181 | 238 | 0.14 | 0.24 | 0 | 0.07 | 264.21 | 0.63 | 0.82 |
Hex | CC | B5 | EE | E | 18 | 0 | 7 | 108 | 3F | 52 |
Octal | 314 | 265 | 356 | 16 | 30 | 0 | 7 | 410 | 77 | 122 |
Binary | 11001100 | 10110101 | 11101110 | 1110 | 11000 | 0 | 111 | 100001000 | 111111 | 1010010 |
Color Harmonies of #CCB5EE
Complementary color
Monochromatic Colors of #CCB5EE
Black with #CCB5EE
Text Example
Text Example
White with #CCB5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5EE; }
p { color: rgb(204,181,238); }
H1.HeaderClassName
{
color: #CCB5EE;
}
.AnyTagClassName
{
color: #CCB5EE;
}
</style>
background-color css
<style>
a { background-color: #CCB5EE; }
a { background-color: rgb(204,181,238); }
div.DivClassName
{
background-color: #CCB5EE;
}
.BgClassName
{
background-color: #CCB5EE;
}
</style>
border-color css
<style>
span { border-color: #CCB5EE; }
span { border-color: rgb(204,181,238); }
td.TdClassName
{
border-color: #CCB5EE;
}
.TagClassName
{
border-color: #CCB5EE;
}
</style>