#CD8CBD

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

Shades of Lily #CD8CBD

Tints of Lily #CD8CBD

Color information

#CD8CBD (or 0xCD8CBD) is unknown color: approx Lily. HEX triplet: CD, 8C and BD. RGB value is (205,140,189). Sum of RGB (Red+Green+Blue) = 205+140+189=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CBD is #327342. Grayscale: #A4A4A4. Windows color (decimal): -3306307 or 12422349. OLE color: 12422349.

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

Color convert

RGB205140189-
CMYK00.320.080.20
HSL314.77º39.39%67.65%-
HSV(B)314.77º31.71%80.39%-
XYZ43.7435.4152.67-
YUV165.02141.53156.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 140 (55.08% from 255) = 26.22%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=38.39%
G=26.22%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514018900.320.080.20314.7739.3967.65
HexCD8CBD02081413b2744
Octal315214275040102447347104
Binary11001101100011001011110101000001000101001001110111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8CBD; }

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

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

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

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

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

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

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

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