#CAADC7

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

Shades of Lilac #CAADC7

Tints of Lilac #CAADC7

Color information

#CAADC7 (or 0xCAADC7) is unknown color: approx Lilac. HEX triplet: CA, AD and C7. RGB value is (202,173,199). Sum of RGB (Red+Green+Blue) = 202+173+199=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADC7 is #355238. Grayscale: #B8B8B8. Windows color (decimal): -3494457 or 13086154. OLE color: 13086154.

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

Color convert

RGB202173199-
CMYK00.140.010.21
HSL306.21º21.48%73.53%-
HSV(B)306.21º14.36%79.22%-
XYZ49.6146.5760.41-
YUV184.64136.11140.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 199 (78.12% from 255) = 34.67%
R=35.19%
G=30.14%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217319900.140.010.21306.2121.4873.53
HexCAADC70E115132154a
Octal31225530701612546225112
Binary11001010101011011100011101110110101100110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADC7; }

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

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

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

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

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

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

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

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