#CD96BF

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

Shades of Lily #CD96BF

Tints of Lily #CD96BF

Color information

#CD96BF (or 0xCD96BF) is unknown color: approx Lily. HEX triplet: CD, 96 and BF. RGB value is (205,150,191). Sum of RGB (Red+Green+Blue) = 205+150+191=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CD96BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD96BF is #326940. Grayscale: #ABABAB. Windows color (decimal): -3303745 or 12555981. OLE color: 12555981.

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

Color convert

RGB205150191-
CMYK00.270.070.20
HSL315.27º35.48%69.61%-
HSV(B)315.27º26.83%80.39%-
XYZ45.4938.5554.33-
YUV171.12139.22152.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 191 (75% from 255) = 34.98%
R=37.55%
G=27.47%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515019100.270.070.20315.2735.4869.61
HexCD96BF01B71413b2346
Octal31522627703372447343106
Binary110011011001011010111111011011111101001001110111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD96BF; }

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

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

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

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

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

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

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

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