Shades of Lavender Blue #CAC4FD
Tints of Lavender Blue #CAC4FD
RGB
CMYK
RGB Variations
Color information
#CAC4FD (or 0xCAC4FD) is known color: Lavender Blue. HEX triplet: CA, C4 and FD. RGB value is (202,196,253). Sum of RGB (Red+Green+Blue) = 202+196+253=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 196 (76.95% from 255 or 30.11% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAC4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC4FD is #353B02. Grayscale: #CCCCCC. Windows color (decimal): -3488515 or 16630986. OLE color: 16630986.
HSL color Cylindrical-coordinate representation of color #CAC4FD: hue angle of 246.32º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAC4FD is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 196 | 253 | - |
CMYK | 0.20 | 0.23 | 0 | 0.01 |
HSL | 246.32º | 0.93% | 0.88% | - |
HSV(B) | 246.32º | 0.23% | 0.99% | - |
XYZ | 61.83 | 59.13 | 101.08 | - |
YUV | 204.29 | 155.49 | 126.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 196 | 253 | 0.20 | 0.23 | 0 | 0.01 | 246.32 | 0.93 | 0.88 |
Hex | CA | C4 | FD | 14 | 17 | 0 | 1 | F6 | 5D | 58 |
Octal | 312 | 304 | 375 | 24 | 27 | 0 | 1 | 366 | 135 | 130 |
Binary | 11001010 | 11000100 | 11111101 | 10100 | 10111 | 0 | 1 | 11110110 | 1011101 | 1011000 |
Color Harmonies of #CAC4FD
Complementary color
Monochromatic Colors of #CAC4FD
Black with #CAC4FD
Text Example
Text Example
White with #CAC4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4FD; }
p { color: rgb(202,196,253); }
H1.HeaderClassName
{
color: #CAC4FD;
}
.AnyTagClassName
{
color: #CAC4FD;
}
</style>
background-color css
<style>
a { background-color: #CAC4FD; }
a { background-color: rgb(202,196,253); }
div.DivClassName
{
background-color: #CAC4FD;
}
.BgClassName
{
background-color: #CAC4FD;
}
</style>
border-color css
<style>
span { border-color: #CAC4FD; }
span { border-color: rgb(202,196,253); }
td.TdClassName
{
border-color: #CAC4FD;
}
.TagClassName
{
border-color: #CAC4FD;
}
</style>