Shades of Lavender Blue #CCC0FF
Tints of Lavender Blue #CCC0FF
RGB
CMYK
RGB Variations
Color information
#CCC0FF (or 0xCCC0FF) is known color: Lavender Blue. HEX triplet: CC, C0 and FF. RGB value is (204,192,255). Sum of RGB (Red+Green+Blue) = 204+192+255=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0FF is #333F00. Grayscale: #CACACA. Windows color (decimal): -3358465 or 16761036. OLE color: 16761036.
HSL color Cylindrical-coordinate representation of color #CCC0FF: hue angle of 251.43º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCC0FF is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 204 | 192 | 255 | - |
CMYK | 0.2 | 0.25 | 0 | 0 |
HSL | 251.43º | 1% | 0.88% | - |
HSV(B) | 251.43º | 0.25% | 1% | - |
XYZ | 61.8 | 57.76 | 102.5 | - |
YUV | 202.77 | 157.48 | 128.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 192 | 255 | 0.2 | 0.25 | 0 | 0 | 251.43 | 1 | 0.88 |
Hex | CC | C0 | FF | 14 | 19 | 0 | 0 | FB | 64 | 58 |
Octal | 314 | 300 | 377 | 24 | 31 | 0 | 0 | 373 | 144 | 130 |
Binary | 11001100 | 11000000 | 11111111 | 10100 | 11001 | 0 | 0 | 11111011 | 1100100 | 1011000 |
Color Harmonies of #CCC0FF
Complementary color
Monochromatic Colors of #CCC0FF
Black with #CCC0FF
Text Example
Text Example
White with #CCC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0FF; }
p { color: rgb(204,192,255); }
H1.HeaderClassName
{
color: #CCC0FF;
}
.AnyTagClassName
{
color: #CCC0FF;
}
</style>
background-color css
<style>
a { background-color: #CCC0FF; }
a { background-color: rgb(204,192,255); }
div.DivClassName
{
background-color: #CCC0FF;
}
.BgClassName
{
background-color: #CCC0FF;
}
</style>
border-color css
<style>
span { border-color: #CCC0FF; }
span { border-color: rgb(204,192,255); }
td.TdClassName
{
border-color: #CCC0FF;
}
.TagClassName
{
border-color: #CCC0FF;
}
</style>