Shades of Lavender Blue #CAC8ED
Tints of Lavender Blue #CAC8ED
RGB
CMYK
RGB Variations
Color information
#CAC8ED (or 0xCAC8ED) is known color: Lavender Blue. HEX triplet: CA, C8 and ED. RGB value is (202,200,237). Sum of RGB (Red+Green+Blue) = 202+200+237=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAC8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC8ED is #353712. Grayscale: #CCCCCC. Windows color (decimal): -3487507 or 15583434. OLE color: 15583434.
HSL color Cylindrical-coordinate representation of color #CAC8ED: hue angle of 243.24º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAC8ED is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 200 | 237 | - |
CMYK | 0.15 | 0.16 | 0 | 0.07 |
HSL | 243.24º | 0.51% | 0.86% | - |
HSV(B) | 243.24º | 0.16% | 0.93% | - |
XYZ | 60.3 | 59.98 | 88.52 | - |
YUV | 204.82 | 146.16 | 125.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 200 | 237 | 0.15 | 0.16 | 0 | 0.07 | 243.24 | 0.51 | 0.86 |
Hex | CA | C8 | ED | F | 10 | 0 | 7 | F3 | 33 | 56 |
Octal | 312 | 310 | 355 | 17 | 20 | 0 | 7 | 363 | 63 | 126 |
Binary | 11001010 | 11001000 | 11101101 | 1111 | 10000 | 0 | 111 | 11110011 | 110011 | 1010110 |
Color Harmonies of #CAC8ED
Complementary color
Monochromatic Colors of #CAC8ED
Black with #CAC8ED
Text Example
Text Example
White with #CAC8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8ED; }
p { color: rgb(202,200,237); }
H1.HeaderClassName
{
color: #CAC8ED;
}
.AnyTagClassName
{
color: #CAC8ED;
}
</style>
background-color css
<style>
a { background-color: #CAC8ED; }
a { background-color: rgb(202,200,237); }
div.DivClassName
{
background-color: #CAC8ED;
}
.BgClassName
{
background-color: #CAC8ED;
}
</style>
border-color css
<style>
span { border-color: #CAC8ED; }
span { border-color: rgb(202,200,237); }
td.TdClassName
{
border-color: #CAC8ED;
}
.TagClassName
{
border-color: #CAC8ED;
}
</style>