Shades of Lilac #CAAFCD
Tints of Lilac #CAAFCD
RGB
CMYK
RGB Variations
Color information
#CAAFCD (or 0xCAAFCD) is known color: Lilac. HEX triplet: CA, AF and CD. RGB value is (202,175,205). Sum of RGB (Red+Green+Blue) = 202+175+205=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFCD is #355032. Grayscale: #BABABA. Windows color (decimal): -3493939 or 13479882. OLE color: 13479882.
HSL color Cylindrical-coordinate representation of color #CAAFCD: hue angle of 294º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAAFCD is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 175 | 205 | - |
CMYK | 0.01 | 0.15 | 0 | 0.20 |
HSL | 294º | 0.23% | 0.75% | - |
HSV(B) | 294º | 0.15% | 0.8% | - |
XYZ | 50.71 | 47.62 | 64.28 | - |
YUV | 186.49 | 138.45 | 139.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 175 | 205 | 0.01 | 0.15 | 0 | 0.20 | 294 | 0.23 | 0.75 |
Hex | CA | AF | CD | 1 | F | 0 | 14 | 126 | 17 | 4B |
Octal | 312 | 257 | 315 | 1 | 17 | 0 | 24 | 446 | 27 | 113 |
Binary | 11001010 | 10101111 | 11001101 | 1 | 1111 | 0 | 10100 | 100100110 | 10111 | 1001011 |
Color Harmonies of #CAAFCD
Complementary color
Monochromatic Colors of #CAAFCD
Black with #CAAFCD
Text Example
Text Example
White with #CAAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFCD; }
p { color: rgb(202,175,205); }
H1.HeaderClassName
{
color: #CAAFCD;
}
.AnyTagClassName
{
color: #CAAFCD;
}
</style>
background-color css
<style>
a { background-color: #CAAFCD; }
a { background-color: rgb(202,175,205); }
div.DivClassName
{
background-color: #CAAFCD;
}
.BgClassName
{
background-color: #CAAFCD;
}
</style>
border-color css
<style>
span { border-color: #CAAFCD; }
span { border-color: rgb(202,175,205); }
td.TdClassName
{
border-color: #CAAFCD;
}
.TagClassName
{
border-color: #CAAFCD;
}
</style>