#CD8DBF

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

Shades of Lily #CD8DBF

Tints of Lily #CD8DBF

Color information

#CD8DBF (or 0xCD8DBF) is unknown color: approx Lily. HEX triplet: CD, 8D and BF. RGB value is (205,141,191). Sum of RGB (Red+Green+Blue) = 205+141+191=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DBF is #327240. Grayscale: #A5A5A5. Windows color (decimal): -3306049 or 12553677. OLE color: 12553677.

HSL color Cylindrical-coordinate representation of color #CD8DBF: hue angle of 313.12º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8DBF is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB205141191-
CMYK00.310.070.20
HSL313.12º39.02%67.84%-
HSV(B)313.12º31.22%80.39%-
XYZ44.1135.7953.87-
YUV165.84142.2155.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 191 (75% from 255) = 35.57%
R=38.18%
G=26.26%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514119100.310.070.20313.1239.0267.84
HexCD8DBF01F7141392744
Octal31521527703772447147104
Binary110011011000110110111111011111111101001001110011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DBF; }

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

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

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

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

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

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

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

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