Shades of Lavender Blue #CCCAFC
Tints of Lavender Blue #CCCAFC
RGB
CMYK
RGB Variations
Color information
#CCCAFC (or 0xCCCAFC) is known color: Lavender Blue. HEX triplet: CC, CA and FC. RGB value is (204,202,252). Sum of RGB (Red+Green+Blue) = 204+202+252=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCCAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAFC is #333503. Grayscale: #D0D0D0. Windows color (decimal): -3355908 or 16566988. OLE color: 16566988.
HSL color Cylindrical-coordinate representation of color #CCCAFC: hue angle of 242.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCAFC is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 202 | 252 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.01 |
| HSL | 242.4º | 0.89% | 0.89% | - |
| HSV(B) | 242.4º | 0.2% | 0.99% | - |
| XYZ | 63.59 | 62.11 | 100.73 | - |
| YUV | 208.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 252 | 0.19 | 0.20 | 0 | 0.01 | 242.4 | 0.89 | 0.89 |
| Hex | CC | CA | FC | 13 | 14 | 0 | 1 | F2 | 59 | 59 |
| Octal | 314 | 312 | 374 | 23 | 24 | 0 | 1 | 362 | 131 | 131 |
| Binary | 11001100 | 11001010 | 11111100 | 10011 | 10100 | 0 | 1 | 11110010 | 1011001 | 1011001 |
Color Harmonies of #CCCAFC
Complementary color
Monochromatic Colors of #CCCAFC
Black with #CCCAFC
Text Example
Text Example
White with #CCCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAFC; }
p { color: rgb(204,202,252); }
H1.HeaderClassName
{
color: #CCCAFC;
}
.AnyTagClassName
{
color: #CCCAFC;
}
</style>
background-color css
<style>
a { background-color: #CCCAFC; }
a { background-color: rgb(204,202,252); }
div.DivClassName
{
background-color: #CCCAFC;
}
.BgClassName
{
background-color: #CCCAFC;
}
</style>
border-color css
<style>
span { border-color: #CCCAFC; }
span { border-color: rgb(204,202,252); }
td.TdClassName
{
border-color: #CCCAFC;
}
.TagClassName
{
border-color: #CCCAFC;
}
</style>