#CA9EB3

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

Shades of Lily #CA9EB3

Tints of Lily #CA9EB3

Color information

#CA9EB3 (or 0xCA9EB3) is unknown color: approx Lily. HEX triplet: CA, 9E and B3. RGB value is (202,158,179). Sum of RGB (Red+Green+Blue) = 202+158+179=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EB3 is #35614C. Grayscale: #ADADAD. Windows color (decimal): -3498317 or 11771594. OLE color: 11771594.

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

Color convert

RGB202158179-
CMYK00.220.110.21
HSL331.36º29.33%70.59%-
HSV(B)331.36º21.78%79.22%-
XYZ44.7240.2648.06-
YUV173.55131.08148.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 158 (62.11% from 255) = 29.31%
BLUE value IS 179 (70.31% from 255) = 33.21%
R=37.48%
G=29.31%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215817900.220.110.21331.3629.3370.59
HexCA9EB3016B1514b1d47
Octal312236263026132551335107
Binary110010101001111010110011010110101110101101001011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9EB3; }

 p { color: rgb(202,158,179); }

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

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

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

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

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

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

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