#CD8DB9

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

Shades of Lily #CD8DB9

Tints of Lily #CD8DB9

Color information

#CD8DB9 (or 0xCD8DB9) is unknown color: approx Lily. HEX triplet: CD, 8D and B9. RGB value is (205,141,185). Sum of RGB (Red+Green+Blue) = 205+141+185=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DB9 is #327246. Grayscale: #A5A5A5. Windows color (decimal): -3306055 or 12160461. OLE color: 12160461.

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

Color convert

RGB205141185-
CMYK00.310.100.20
HSL318.75º39.02%67.84%-
HSV(B)318.75º31.22%80.39%-
XYZ43.4635.5350.47-
YUV165.15139.2156.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=38.61%
G=26.55%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514118500.310.100.20318.7539.0267.84
HexCD8DB901FA1413f2744
Octal315215271037122447747104
Binary1100110110001101101110010111111010101001001111111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DB9; }

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

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

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

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

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

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

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

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