#CD8CB8

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

Shades of Lily #CD8CB8

Tints of Lily #CD8CB8

Color information

#CD8CB8 (or 0xCD8CB8) is unknown color: approx Lily. HEX triplet: CD, 8C and B8. RGB value is (205,140,184). Sum of RGB (Red+Green+Blue) = 205+140+184=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CB8 is #327347. Grayscale: #A4A4A4. Windows color (decimal): -3306312 or 12094669. OLE color: 12094669.

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

Color convert

RGB205140184-
CMYK00.320.100.20
HSL319.38º39.39%67.65%-
HSV(B)319.38º31.71%80.39%-
XYZ43.2135.249.86-
YUV164.45139.03156.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 140 (55.08% from 255) = 26.47%
BLUE value IS 184 (72.27% from 255) = 34.78%
R=38.75%
G=26.47%
B=34.78%

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
Decimal20514018400.320.100.20319.3839.3967.65
HexCD8CB8020A1413f2744
Octal315214270040122447747104
Binary11001101100011001011100001000001010101001001111111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8CB8; }

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

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

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

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

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

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

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

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