#CD96B8

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

Shades of Lily #CD96B8

Tints of Lily #CD96B8

Color information

#CD96B8 (or 0xCD96B8) is unknown color: approx Lily. HEX triplet: CD, 96 and B8. RGB value is (205,150,184). Sum of RGB (Red+Green+Blue) = 205+150+184=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CD96B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD96B8 is #326947. Grayscale: #AAAAAA. Windows color (decimal): -3303752 or 12097229. OLE color: 12097229.

HSL color Cylindrical-coordinate representation of color #CD96B8: hue angle of 322.91º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CD96B8 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB205150184-
CMYK00.270.100.20
HSL322.91º35.48%69.61%-
HSV(B)322.91º26.83%80.39%-
XYZ44.7338.2550.37-
YUV170.32135.72152.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 184 (72.27% from 255) = 34.14%
R=38.03%
G=27.83%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515018400.270.100.20322.9135.4869.61
HexCD96B801BA141432346
Octal315226270033122450343106
Binary1100110110010110101110000110111010101001010000111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD96B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD96B8; }

 p { color: rgb(205,150,184); }

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

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

 a { background-color: rgb(205,150,184); }

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

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

 span { border-color: rgb(205,150,184); }

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