Shades of Lavender Blue #CAC8FF
Tints of Lavender Blue #CAC8FF
RGB
CMYK
RGB Variations
Color information
#CAC8FF (or 0xCAC8FF) is known color: Lavender Blue. HEX triplet: CA, C8 and FF. RGB value is (202,200,255). Sum of RGB (Red+Green+Blue) = 202+200+255=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAC8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC8FF is #353700. Grayscale: #CECECE. Windows color (decimal): -3487489 or 16763082. OLE color: 16763082.
HSL color Cylindrical-coordinate representation of color #CAC8FF: hue angle of 242.18º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC8FF is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 200 | 255 | - |
| CMYK | 0.21 | 0.22 | 0 | 0 |
| HSL | 242.18º | 1% | 0.89% | - |
| HSV(B) | 242.18º | 0.22% | 1% | - |
| XYZ | 63.06 | 61.09 | 103.07 | - |
| YUV | 206.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 255 | 0.21 | 0.22 | 0 | 0 | 242.18 | 1 | 0.89 |
| Hex | CA | C8 | FF | 15 | 16 | 0 | 0 | F2 | 64 | 59 |
| Octal | 312 | 310 | 377 | 25 | 26 | 0 | 0 | 362 | 144 | 131 |
| Binary | 11001010 | 11001000 | 11111111 | 10101 | 10110 | 0 | 0 | 11110010 | 1100100 | 1011001 |
Color Harmonies of #CAC8FF
Complementary color
Monochromatic Colors of #CAC8FF
Black with #CAC8FF
Text Example
Text Example
White with #CAC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8FF; }
p { color: rgb(202,200,255); }
H1.HeaderClassName
{
color: #CAC8FF;
}
.AnyTagClassName
{
color: #CAC8FF;
}
</style>
background-color css
<style>
a { background-color: #CAC8FF; }
a { background-color: rgb(202,200,255); }
div.DivClassName
{
background-color: #CAC8FF;
}
.BgClassName
{
background-color: #CAC8FF;
}
</style>
border-color css
<style>
span { border-color: #CAC8FF; }
span { border-color: rgb(202,200,255); }
td.TdClassName
{
border-color: #CAC8FF;
}
.TagClassName
{
border-color: #CAC8FF;
}
</style>