Html Css Color HEX #CAA8CE Lilac

📋 copy color: '#CAA8CE'

red 202 ◦ green 168 ◦ blue 206

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

Shades of Lilac #CAA8CE

Tints of Lilac #CAA8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.17%

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

R = 35.07%
G = 29.17%
B = 35.76%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CAA8CE (or 0xCAA8CE) is known color: Lilac. HEX triplet: CA, A8 and CE. RGB value is (202,168,206). Sum of RGB (Red+Green+Blue) = 202+168+206=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAA8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8CE is #355731. Grayscale: #B6B6B6. Windows color (decimal): -3495730 or 13543626. OLE color: 13543626.

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

Color convert

RGB 202 168 206 -
CMYK 0.02 0.18 0 0.19
HSL 293.68º 0.28% 0.73% -
HSV(B) 293.68º 0.18% 0.81% -
XYZ 49.5 45.02 64.47 -
YUV 182.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 202 168 206 0.02 0.18 0 0.19 293.68 0.28 0.73
Hex CA A8 CE 2 12 0 13 126 1C 49
Octal 312 250 316 2 22 0 23 446 34 111
Binary 11001010 10101000 11001110 10 10010 0 10011 100100110 11100 1001001

Color Harmonies of #CAA8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA8CE

Black with #CAA8CE

Text Example


Text Example

White with #CAA8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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