#CA9EBF

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

Shades of Lily #CA9EBF

Tints of Lily #CA9EBF

Color information

#CA9EBF (or 0xCA9EBF) is unknown color: approx Lily. HEX triplet: CA, 9E and BF. RGB value is (202,158,191). Sum of RGB (Red+Green+Blue) = 202+158+191=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EBF is #356140. Grayscale: #AEAEAE. Windows color (decimal): -3498305 or 12558026. OLE color: 12558026.

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

Color convert

RGB202158191-
CMYK00.220.050.21
HSL315º29.33%70.59%-
HSV(B)315º21.78%79.22%-
XYZ45.9940.7754.74-
YUV174.92137.08147.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 158 (62.11% from 255) = 28.68%
BLUE value IS 191 (75% from 255) = 34.66%
R=36.66%
G=28.68%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215819100.220.050.2131529.3370.59
HexCA9EBF01651513b1d47
Octal31223627702652547335107
Binary11001010100111101011111101011010110101100111011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9EBF; }

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

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

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

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

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

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

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

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