Shades of Lavender Blue #CACBE9
Tints of Lavender Blue #CACBE9
RGB
CMYK
RGB Variations
Color information
#CACBE9 (or 0xCACBE9) is known color: Lavender Blue. HEX triplet: CA, CB and E9. RGB value is (202,203,233). Sum of RGB (Red+Green+Blue) = 202+203+233=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 233 - color contains mainly: blue. Hex color #CACBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBE9 is #353416. Grayscale: #CECECE. Windows color (decimal): -3486743 or 15322058. OLE color: 15322058.
HSL color Cylindrical-coordinate representation of color #CACBE9: hue angle of 238.06º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CACBE9 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 203 | 233 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.09 |
| HSL | 238.06º | 0.41% | 0.85% | - |
| HSV(B) | 238.06º | 0.13% | 0.91% | - |
| XYZ | 60.42 | 61.15 | 85.71 | - |
| YUV | 206.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 233 | 0.13 | 0.13 | 0 | 0.09 | 238.06 | 0.41 | 0.85 |
| Hex | CA | CB | E9 | D | D | 0 | 9 | EE | 29 | 55 |
| Octal | 312 | 313 | 351 | 15 | 15 | 0 | 11 | 356 | 51 | 125 |
| Binary | 11001010 | 11001011 | 11101001 | 1101 | 1101 | 0 | 1001 | 11101110 | 101001 | 1010101 |
Color Harmonies of #CACBE9
Complementary color
Monochromatic Colors of #CACBE9
Black with #CACBE9
Text Example
Text Example
White with #CACBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBE9; }
p { color: rgb(202,203,233); }
H1.HeaderClassName
{
color: #CACBE9;
}
.AnyTagClassName
{
color: #CACBE9;
}
</style>
background-color css
<style>
a { background-color: #CACBE9; }
a { background-color: rgb(202,203,233); }
div.DivClassName
{
background-color: #CACBE9;
}
.BgClassName
{
background-color: #CACBE9;
}
</style>
border-color css
<style>
span { border-color: #CACBE9; }
span { border-color: rgb(202,203,233); }
td.TdClassName
{
border-color: #CACBE9;
}
.TagClassName
{
border-color: #CACBE9;
}
</style>