#CA9EBC

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

Shades of Lily #CA9EBC

Tints of Lily #CA9EBC

Color information

#CA9EBC (or 0xCA9EBC) is unknown color: approx Lily. HEX triplet: CA, 9E and BC. RGB value is (202,158,188). Sum of RGB (Red+Green+Blue) = 202+158+188=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EBC is #356143. Grayscale: #AEAEAE. Windows color (decimal): -3498308 or 12361418. OLE color: 12361418.

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

Color convert

RGB202158188-
CMYK00.220.070.21
HSL319.09º29.33%70.59%-
HSV(B)319.09º21.78%79.22%-
XYZ45.6640.6453.01-
YUV174.58135.58147.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 158 (62.11% from 255) = 28.83%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=36.86%
G=28.83%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215818800.220.070.21319.0929.3370.59
HexCA9EBC01671513f1d47
Octal31223627402672547735107
Binary11001010100111101011110001011011110101100111111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9EBC; }

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

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

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

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

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

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

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

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