#CD8CB6

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

Shades of Lily #CD8CB6

Tints of Lily #CD8CB6

Color information

#CD8CB6 (or 0xCD8CB6) is unknown color: approx Lily. HEX triplet: CD, 8C and B6. RGB value is (205,140,182). Sum of RGB (Red+Green+Blue) = 205+140+182=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CB6 is #327349. Grayscale: #A4A4A4. Windows color (decimal): -3306314 or 11963597. OLE color: 11963597.

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

Color convert

RGB205140182-
CMYK00.320.110.20
HSL321.23º39.39%67.65%-
HSV(B)321.23º31.71%80.39%-
XYZ4335.1148.77-
YUV164.22138.03157.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 140 (55.08% from 255) = 26.57%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=38.90%
G=26.57%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514018200.320.110.20321.2339.3967.65
HexCD8CB6020B141412744
Octal315214266040132450147104
Binary11001101100011001011011001000001011101001010000011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8CB6; }

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

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

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

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

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

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

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

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