Shades of Lavender Blue #CCC9F0
Tints of Lavender Blue #CCC9F0
RGB
CMYK
RGB Variations
Color information
#CCC9F0 (or 0xCCC9F0) is known color: Lavender Blue. HEX triplet: CC, C9 and F0. RGB value is (204,201,240). Sum of RGB (Red+Green+Blue) = 204+201+240=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCC9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9F0 is #33360F. Grayscale: #CECECE. Windows color (decimal): -3356176 or 15780300. OLE color: 15780300.
HSL color Cylindrical-coordinate representation of color #CCC9F0: hue angle of 244.62º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC9F0 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 204 | 201 | 240 | - |
CMYK | 0.15 | 0.16 | 0 | 0.06 |
HSL | 244.62º | 0.57% | 0.86% | - |
HSV(B) | 244.62º | 0.16% | 0.94% | - |
XYZ | 61.52 | 60.9 | 90.95 | - |
YUV | 206.34 | 146.99 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 201 | 240 | 0.15 | 0.16 | 0 | 0.06 | 244.62 | 0.57 | 0.86 |
Hex | CC | C9 | F0 | F | 10 | 0 | 6 | F5 | 39 | 56 |
Octal | 314 | 311 | 360 | 17 | 20 | 0 | 6 | 365 | 71 | 126 |
Binary | 11001100 | 11001001 | 11110000 | 1111 | 10000 | 0 | 110 | 11110101 | 111001 | 1010110 |
Color Harmonies of #CCC9F0
Complementary color
Monochromatic Colors of #CCC9F0
Black with #CCC9F0
Text Example
Text Example
White with #CCC9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9F0; }
p { color: rgb(204,201,240); }
H1.HeaderClassName
{
color: #CCC9F0;
}
.AnyTagClassName
{
color: #CCC9F0;
}
</style>
background-color css
<style>
a { background-color: #CCC9F0; }
a { background-color: rgb(204,201,240); }
div.DivClassName
{
background-color: #CCC9F0;
}
.BgClassName
{
background-color: #CCC9F0;
}
</style>
border-color css
<style>
span { border-color: #CCC9F0; }
span { border-color: rgb(204,201,240); }
td.TdClassName
{
border-color: #CCC9F0;
}
.TagClassName
{
border-color: #CCC9F0;
}
</style>