#CAADC6

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

Shades of Lilac #CAADC6

Tints of Lilac #CAADC6

Color information

#CAADC6 (or 0xCAADC6) is unknown color: approx Lilac. HEX triplet: CA, AD and C6. RGB value is (202,173,198). Sum of RGB (Red+Green+Blue) = 202+173+198=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADC6 is #355239. Grayscale: #B8B8B8. Windows color (decimal): -3494458 or 13020618. OLE color: 13020618.

HSL color Cylindrical-coordinate representation of color #CAADC6: hue angle of 308.28º 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 #CAADC6 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB202173198-
CMYK00.140.020.21
HSL308.28º21.48%73.53%-
HSV(B)308.28º14.36%79.22%-
XYZ49.4946.5259.8-
YUV184.52135.61140.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 198 (77.73% from 255) = 34.55%
R=35.25%
G=30.19%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217319800.140.020.21308.2821.4873.53
HexCAADC60E215134154a
Octal31225530601622546425112
Binary110010101010110111000110011101010101100110100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADC6; }

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

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

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

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

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

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

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

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