Html Css Color HEX #CAABCC Lilac

📋 copy color: '#CAABCC'

red 202 ◦ green 171 ◦ blue 204

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

Shades of Lilac #CAABCC

Tints of Lilac #CAABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.64%

 BLUE value IS 204 (80.08% from 255) = 35.36%

R = 35.01%
G = 29.64%
B = 35.36%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CAABCC (or 0xCAABCC) is known color: Lilac. HEX triplet: CA, AB and CC. RGB value is (202,171,204). Sum of RGB (Red+Green+Blue) = 202+171+204=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABCC is #355433. Grayscale: #B7B7B7. Windows color (decimal): -3494964 or 13413322. OLE color: 13413322.

HSL color Cylindrical-coordinate representation of color #CAABCC: hue angle of 296.36º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAABCC is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 171 204 -
CMYK 0.01 0.16 0 0.2
HSL 296.36º 0.24% 0.74% -
HSV(B) 296.36º 0.16% 0.8% -
XYZ 49.82 46.04 63.39 -
YUV 184.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 202 171 204 0.01 0.16 0 0.2 296.36 0.24 0.74
Hex CA AB CC 1 10 0 14 128 18 4A
Octal 312 253 314 1 20 0 24 450 30 112
Binary 11001010 10101011 11001100 1 10000 0 10100 100101000 11000 1001010

Color Harmonies of #CAABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAABCC

Black with #CAABCC

Text Example


Text Example

White with #CAABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAABCC; }

 p { color: rgb(202,171,204); }

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

background-color css

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

 a { background-color: rgb(202,171,204); }

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

border-color css

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

 span { border-color: rgb(202,171,204); }

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