Shades of Fog #CCB5ED
Tints of Fog #CCB5ED
RGB
CMYK
RGB Variations
Color information
#CCB5ED (or 0xCCB5ED) is known color: Fog. HEX triplet: CC, B5 and ED. RGB value is (204,181,237). Sum of RGB (Red+Green+Blue) = 204+181+237=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCB5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5ED is #334A12. Grayscale: #C2C2C2. Windows color (decimal): -3361299 or 15578572. OLE color: 15578572.
HSL color Cylindrical-coordinate representation of color #CCB5ED: hue angle of 264.64º degrees, saturation: 0.61, 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 #CCB5ED is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 181 | 237 | - |
CMYK | 0.14 | 0.24 | 0 | 0.07 |
HSL | 264.64º | 0.61% | 0.82% | - |
HSV(B) | 264.64º | 0.24% | 0.93% | - |
XYZ | 56.71 | 52 | 87.17 | - |
YUV | 194.26 | 152.12 | 134.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 181 | 237 | 0.14 | 0.24 | 0 | 0.07 | 264.64 | 0.61 | 0.82 |
Hex | CC | B5 | ED | E | 18 | 0 | 7 | 109 | 3D | 52 |
Octal | 314 | 265 | 355 | 16 | 30 | 0 | 7 | 411 | 75 | 122 |
Binary | 11001100 | 10110101 | 11101101 | 1110 | 11000 | 0 | 111 | 100001001 | 111101 | 1010010 |
Color Harmonies of #CCB5ED
Complementary color
Monochromatic Colors of #CCB5ED
Black with #CCB5ED
Text Example
Text Example
White with #CCB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5ED; }
p { color: rgb(204,181,237); }
H1.HeaderClassName
{
color: #CCB5ED;
}
.AnyTagClassName
{
color: #CCB5ED;
}
</style>
background-color css
<style>
a { background-color: #CCB5ED; }
a { background-color: rgb(204,181,237); }
div.DivClassName
{
background-color: #CCB5ED;
}
.BgClassName
{
background-color: #CCB5ED;
}
</style>
border-color css
<style>
span { border-color: #CCB5ED; }
span { border-color: rgb(204,181,237); }
td.TdClassName
{
border-color: #CCB5ED;
}
.TagClassName
{
border-color: #CCB5ED;
}
</style>