Html Css Color HEX #CAA5CE Lilac

📋 copy color: '#CAA5CE'

red 202 ◦ green 165 ◦ blue 206

#CAA5CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #CAA5CE

Tints of Lilac #CAA5CE

RGB

 RED value IS 202 (79.3% from 255) = 35.25%

 GREEN value IS 165 (64.84% from 255) = 28.8%

 BLUE value IS 206 (80.86% from 255) = 35.95%

R = 35.25%
G = 28.8%
B = 35.95%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAA5CE (or 0xCAA5CE) is known color: Lilac. HEX triplet: CA, A5 and CE. RGB value is (202,165,206). Sum of RGB (Red+Green+Blue) = 202+165+206=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5CE is #355A31. Grayscale: #B4B4B4. Windows color (decimal): -3496498 or 13542858. OLE color: 13542858.

HSL color Cylindrical-coordinate representation of color #CAA5CE: hue angle of 294.15º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA5CE is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 165 206 -
CMYK 0.02 0.20 0 0.19
HSL 294.15º 0.29% 0.73% -
HSV(B) 294.15º 0.2% 0.81% -
XYZ 48.95 43.92 64.29 -
YUV 180.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 202 165 206 0.02 0.20 0 0.19 294.15 0.29 0.73
Hex CA A5 CE 2 14 0 13 126 1D 49
Octal 312 245 316 2 24 0 23 446 35 111
Binary 11001010 10100101 11001110 10 10100 0 10011 100100110 11101 1001001

Color Harmonies of #CAA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA5CE

Black with #CAA5CE

Text Example


Text Example

White with #CAA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA5CE; }

 p { color: rgb(202,165,206); }

 H1.HeaderClassName
 {
   color: #CAA5CE;
 }
 .AnyTagClassName
 {
   color: #CAA5CE;
 }
</style>

background-color css

<style>
 a { background-color: #CAA5CE; }

 a { background-color: rgb(202,165,206); }

 div.DivClassName
 {
   background-color: #CAA5CE;
 }
 .BgClassName
 {
   background-color: #CAA5CE;
 }
</style>

border-color css

<style>
 span { border-color: #CAA5CE; }

 span { border-color: rgb(202,165,206); }

 td.TdClassName
 {
   border-color: #CAA5CE;
 }
 .TagClassName
 {
   border-color: #CAA5CE;
 }
</style>