#CAA1CD

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

Shades of Lilac #CAA1CD

Tints of Lilac #CAA1CD

Color information

#CAA1CD (or 0xCAA1CD) is unknown color: approx Lilac. HEX triplet: CA, A1 and CD. RGB value is (202,161,205). Sum of RGB (Red+Green+Blue) = 202+161+205=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAA1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1CD is #355E32. Grayscale: #B2B2B2. Windows color (decimal): -3497523 or 13476298. OLE color: 13476298.

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

Color convert

RGB202161205-
CMYK0.010.2100.20
HSL295.91º30.56%71.76%-
HSV(B)295.91º21.46%80.39%-
XYZ48.1242.4563.42-
YUV178.27143.08144.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 161 (63.28% from 255) = 28.35%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=35.56%
G=28.35%
B=36.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021612050.010.2100.20295.9130.5671.76
HexCAA1CD1150141281f48
Octal31224131512502445037110
Binary110010101010000111001101110101010100100101000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA1CD; }

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

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

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

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

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

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

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

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