Shades of Lavender Blue #CACAED
Tints of Lavender Blue #CACAED
RGB
CMYK
RGB Variations
Color information
#CACAED (or 0xCACAED) is known color: Lavender Blue. HEX triplet: CA, CA and ED. RGB value is (202,202,237). Sum of RGB (Red+Green+Blue) = 202+202+237=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #CACAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAED is #353512. Grayscale: #CDCDCD. Windows color (decimal): -3486995 or 15583946. OLE color: 15583946.
HSL color Cylindrical-coordinate representation of color #CACAED: hue angle of 240º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACAED is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 202 | 237 | - |
CMYK | 0.15 | 0.15 | 0 | 0.07 |
HSL | 240º | 0.49% | 0.86% | - |
HSV(B) | 240º | 0.15% | 0.93% | - |
XYZ | 60.76 | 60.91 | 88.68 | - |
YUV | 205.99 | 145.5 | 125.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 237 | 0.15 | 0.15 | 0 | 0.07 | 240 | 0.49 | 0.86 |
Hex | CA | CA | ED | F | F | 0 | 7 | F0 | 31 | 56 |
Octal | 312 | 312 | 355 | 17 | 17 | 0 | 7 | 360 | 61 | 126 |
Binary | 11001010 | 11001010 | 11101101 | 1111 | 1111 | 0 | 111 | 11110000 | 110001 | 1010110 |
Color Harmonies of #CACAED
Complementary color
Monochromatic Colors of #CACAED
Black with #CACAED
Text Example
Text Example
White with #CACAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAED; }
p { color: rgb(202,202,237); }
H1.HeaderClassName
{
color: #CACAED;
}
.AnyTagClassName
{
color: #CACAED;
}
</style>
background-color css
<style>
a { background-color: #CACAED; }
a { background-color: rgb(202,202,237); }
div.DivClassName
{
background-color: #CACAED;
}
.BgClassName
{
background-color: #CACAED;
}
</style>
border-color css
<style>
span { border-color: #CACAED; }
span { border-color: rgb(202,202,237); }
td.TdClassName
{
border-color: #CACAED;
}
.TagClassName
{
border-color: #CACAED;
}
</style>