#CD9EB5

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

Shades of Lily #CD9EB5

Tints of Lily #CD9EB5

Color information

#CD9EB5 (or 0xCD9EB5) is unknown color: approx Lily. HEX triplet: CD, 9E and B5. RGB value is (205,158,181). Sum of RGB (Red+Green+Blue) = 205+158+181=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9EB5 is #32614A. Grayscale: #AEAEAE. Windows color (decimal): -3301707 or 11902669. OLE color: 11902669.

HSL color Cylindrical-coordinate representation of color #CD9EB5: hue angle of 330.64º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CD9EB5 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB205158181-
CMYK00.230.120.20
HSL330.64º31.97%71.18%-
HSV(B)330.64º22.93%80.39%-
XYZ45.7440.7749.17-
YUV174.68131.57149.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 181 (71.09% from 255) = 33.27%
R=37.68%
G=29.04%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515818100.230.120.20330.6431.9771.18
HexCD9EB5017C1414b2047
Octal315236265027142451340107
Binary1100110110011110101101010101111100101001010010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9EB5; }

 p { color: rgb(205,158,181); }

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

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

 a { background-color: rgb(205,158,181); }

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

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

 span { border-color: rgb(205,158,181); }

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