#CD8AB1

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

Shades of Lily #CD8AB1

Tints of Lily #CD8AB1

Color information

#CD8AB1 (or 0xCD8AB1) is unknown color: approx Lily. HEX triplet: CD, 8A and B1. RGB value is (205,138,177). Sum of RGB (Red+Green+Blue) = 205+138+177=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8AB1 is #32754E. Grayscale: #A2A2A2. Windows color (decimal): -3306831 or 11635405. OLE color: 11635405.

HSL color Cylindrical-coordinate representation of color #CD8AB1: hue angle of 325.07º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8AB1 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB205138177-
CMYK00.330.140.20
HSL325.07º40.12%67.25%-
HSV(B)325.07º32.68%80.39%-
XYZ42.234.3346-
YUV162.48136.2158.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=39.42%
G=26.54%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513817700.330.140.20325.0740.1267.25
HexCD8AB1021E141452843
Octal315212261041162450550103
Binary11001101100010101011000101000011110101001010001011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8AB1; }

 p { color: rgb(205,138,177); }

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

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

 a { background-color: rgb(205,138,177); }

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

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

 span { border-color: rgb(205,138,177); }

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