Shades of Lavender Blue #CCCAF9
Tints of Lavender Blue #CCCAF9
RGB
CMYK
RGB Variations
Color information
#CCCAF9 (or 0xCCCAF9) is known color: Lavender Blue. HEX triplet: CC, CA and F9. RGB value is (204,202,249). Sum of RGB (Red+Green+Blue) = 204+202+249=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCCAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAF9 is #333506. Grayscale: #CFCFCF. Windows color (decimal): -3355911 or 16370380. OLE color: 16370380.
HSL color Cylindrical-coordinate representation of color #CCCAF9: hue angle of 242.55º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCAF9 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 202 | 249 | - |
CMYK | 0.18 | 0.19 | 0 | 0.02 |
HSL | 242.55º | 0.8% | 0.88% | - |
HSV(B) | 242.55º | 0.19% | 0.98% | - |
XYZ | 63.12 | 61.92 | 98.25 | - |
YUV | 207.96 | 151.16 | 125.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 249 | 0.18 | 0.19 | 0 | 0.02 | 242.55 | 0.8 | 0.88 |
Hex | CC | CA | F9 | 12 | 13 | 0 | 2 | F3 | 50 | 58 |
Octal | 314 | 312 | 371 | 22 | 23 | 0 | 2 | 363 | 120 | 130 |
Binary | 11001100 | 11001010 | 11111001 | 10010 | 10011 | 0 | 10 | 11110011 | 1010000 | 1011000 |
Color Harmonies of #CCCAF9
Complementary color
Monochromatic Colors of #CCCAF9
Black with #CCCAF9
Text Example
Text Example
White with #CCCAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAF9; }
p { color: rgb(204,202,249); }
H1.HeaderClassName
{
color: #CCCAF9;
}
.AnyTagClassName
{
color: #CCCAF9;
}
</style>
background-color css
<style>
a { background-color: #CCCAF9; }
a { background-color: rgb(204,202,249); }
div.DivClassName
{
background-color: #CCCAF9;
}
.BgClassName
{
background-color: #CCCAF9;
}
</style>
border-color css
<style>
span { border-color: #CCCAF9; }
span { border-color: rgb(204,202,249); }
td.TdClassName
{
border-color: #CCCAF9;
}
.TagClassName
{
border-color: #CCCAF9;
}
</style>