Html Css Color HEX #CAA8CB Lilac

📋 copy color: '#CAA8CB'

red 202 ◦ green 168 ◦ blue 203

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

Shades of Lilac #CAA8CB

Tints of Lilac #CAA8CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.43%

R = 35.25%
G = 29.32%
B = 35.43%

CMYK

 C value IS 0.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CAA8CB (or 0xCAA8CB) is known color: Lilac. HEX triplet: CA, A8 and CB. RGB value is (202,168,203). Sum of RGB (Red+Green+Blue) = 202+168+203=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAA8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8CB is #355734. Grayscale: #B6B6B6. Windows color (decimal): -3495733 or 13347018. OLE color: 13347018.

HSL color Cylindrical-coordinate representation of color #CAA8CB: hue angle of 298.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAA8CB is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 168 203 -
CMYK 0.00 0.17 0 0.20
HSL 298.29º 0.25% 0.73% -
HSV(B) 298.29º 0.17% 0.8% -
XYZ 49.14 44.87 62.57 -
YUV 182.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 202 168 203 0.00 0.17 0 0.20 298.29 0.25 0.73
Hex CA A8 CB 0 11 0 14 12A 19 49
Octal 312 250 313 0 21 0 24 452 31 111
Binary 11001010 10101000 11001011 0 10001 0 10100 100101010 11001 1001001

Color Harmonies of #CAA8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA8CB

Black with #CAA8CB

Text Example


Text Example

White with #CAA8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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