Html Css Color HEX #CAB5C9 Lilac

📋 copy color: '#CAB5C9'

red 202 ◦ green 181 ◦ blue 201

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

Shades of Lilac #CAB5C9

Tints of Lilac #CAB5C9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.99%

 BLUE value IS 201 (78.91% from 255) = 34.42%

R = 34.59%
G = 30.99%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CAB5C9 (or 0xCAB5C9) is known color: Lilac. HEX triplet: CA, B5 and C9. RGB value is (202,181,201). Sum of RGB (Red+Green+Blue) = 202+181+201=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5C9 is #354A36. Grayscale: #BDBDBD. Windows color (decimal): -3492407 or 13219274. OLE color: 13219274.

HSL color Cylindrical-coordinate representation of color #CAB5C9: hue angle of 302.86º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAB5C9 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 181 201 -
CMYK 0 0.10 0.00 0.21
HSL 302.86º 0.17% 0.75% -
HSV(B) 302.86º 0.1% 0.79% -
XYZ 51.42 49.82 62.16 -
YUV 189.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 202 181 201 0 0.10 0.00 0.21 302.86 0.17 0.75
Hex CA B5 C9 0 A 0 15 12F 11 4B
Octal 312 265 311 0 12 0 25 457 21 113
Binary 11001010 10110101 11001001 0 1010 0 10101 100101111 10001 1001011

Color Harmonies of #CAB5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB5C9

Black with #CAB5C9

Text Example


Text Example

White with #CAB5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB5C9; }

 p { color: rgb(202,181,201); }

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

background-color css

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

 a { background-color: rgb(202,181,201); }

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

border-color css

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

 span { border-color: rgb(202,181,201); }

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