#CAB0CD

Color #CAB0CD Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CAB0CD

Tints of Lilac #CAB0CD

Color information

#CAB0CD (or 0xCAB0CD) is unknown color: approx Lilac. HEX triplet: CA, B0 and CD. RGB value is (202,176,205). Sum of RGB (Red+Green+Blue) = 202+176+205=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAB0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0CD is #354F32. Grayscale: #BABABA. Windows color (decimal): -3493683 or 13480138. OLE color: 13480138.

HSL color Cylindrical-coordinate representation of color #CAB0CD: hue angle of 293.79º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB0CD is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202176205-
CMYK0.010.1400.20
HSL293.79º22.48%74.71%-
HSV(B)293.79º14.15%80.39%-
XYZ50.948.0264.34-
YUV187.08138.11138.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 176 (69.14% from 255) = 30.19%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=34.65%
G=30.19%
B=35.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021762050.010.1400.20293.7922.4874.71
HexCAB0CD1E014126164b
Octal31226031511602444626113
Binary11001010101100001100110111110010100100100110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0CD; }

 p { color: rgb(202,176,205); }

 H1.HeaderClassName
 {
   color: #CAB0CD;
 }
 .AnyTagClassName
 {
   color: #CAB0CD;
 }
</style>
background-color css

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

 a { background-color: rgb(202,176,205); }

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

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

 span { border-color: rgb(202,176,205); }

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