#cd8ab3

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

Shades of Lily #CD8AB3

Tints of Lily #CD8AB3

Color information

#CD8AB3 (or 0xCD8AB3) is unknown color: approx Lily. HEX triplet: CD, 8A and B3. RGB value is (205,138,179). Sum of RGB (Red+Green+Blue) = 205+138+179=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8AB3 is #32754C. Grayscale: #A2A2A2. Windows color (decimal): -3306829 or 11766477. OLE color: 11766477.

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

Color convert

RGB205138179-
CMYK00.330.130.20
HSL323.28º40.12%67.25%-
HSV(B)323.28º32.68%80.39%-
XYZ42.434.4147.05-
YUV162.71137.2158.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 138 (54.30% from 255) = 26.44%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=39.27%
G=26.44%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513817900.330.130.20323.2840.1267.25
HexCD8AB3021D141432843
Octal315212263041152450350103
Binary11001101100010101011001101000011101101001010000111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd8ab3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd8ab3; }

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

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

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

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

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

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

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

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