#CAADCA

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

Shades of Lilac #CAADCA

Tints of Lilac #CAADCA

Color information

#CAADCA (or 0xCAADCA) is unknown color: approx Lilac. HEX triplet: CA, AD and CA. RGB value is (202,173,202). Sum of RGB (Red+Green+Blue) = 202+173+202=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADCA is #355235. Grayscale: #B8B8B8. Windows color (decimal): -3494454 or 13282762. OLE color: 13282762.

HSL color Cylindrical-coordinate representation of color #CAADCA: hue angle of 300º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAADCA is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB202173202-
CMYK00.1400.21
HSL300º21.48%73.53%-
HSV(B)300º14.36%79.22%-
XYZ49.9646.7162.26-
YUV184.98137.61140.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 173 (67.97% from 255) = 29.98%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=35.01%
G=29.98%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217320200.1400.2130021.4873.53
HexCAADCA0E01512c154a
Octal31225531201602545425112
Binary11001010101011011100101001110010101100101100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADCA; }

 p { color: rgb(202,173,202); }

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

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

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

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

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

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

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