#CD8CB9

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

Shades of Lily #CD8CB9

Tints of Lily #CD8CB9

Color information

#CD8CB9 (or 0xCD8CB9) is unknown color: approx Lily. HEX triplet: CD, 8C and B9. RGB value is (205,140,185). Sum of RGB (Red+Green+Blue) = 205+140+185=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CB9 is #327346. Grayscale: #A4A4A4. Windows color (decimal): -3306311 or 12160205. OLE color: 12160205.

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

Color convert

RGB205140185-
CMYK00.320.100.20
HSL318.46º39.39%67.65%-
HSV(B)318.46º31.71%80.39%-
XYZ43.3135.2450.42-
YUV164.56139.53156.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 185 (72.66% from 255) = 34.91%
R=38.68%
G=26.42%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514018500.320.100.20318.4639.3967.65
HexCD8CB9020A1413e2744
Octal315214271040122447647104
Binary11001101100011001011100101000001010101001001111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8CB9; }

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

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

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

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

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

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

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

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