#CA9DB7

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

Shades of Lily #CA9DB7

Tints of Lily #CA9DB7

Color information

#CA9DB7 (or 0xCA9DB7) is unknown color: approx Lily. HEX triplet: CA, 9D and B7. RGB value is (202,157,183). Sum of RGB (Red+Green+Blue) = 202+157+183=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DB7 is #356248. Grayscale: #ADADAD. Windows color (decimal): -3498569 or 12033482. OLE color: 12033482.

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

Color convert

RGB202157183-
CMYK00.220.090.21
HSL325.33º29.8%70.39%-
HSV(B)325.33º22.28%79.22%-
XYZ44.9640.0950.17-
YUV173.42133.41148.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 157 (61.72% from 255) = 28.97%
BLUE value IS 183 (71.88% from 255) = 33.76%
R=37.27%
G=28.97%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215718300.220.090.21325.3329.870.39
HexCA9DB70169151451e46
Octal312235267026112550536106
Binary110010101001110110110111010110100110101101000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DB7; }

 p { color: rgb(202,157,183); }

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

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

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

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

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

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

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