#CD8AB8

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

Shades of Lily #CD8AB8

Tints of Lily #CD8AB8

Color information

#CD8AB8 (or 0xCD8AB8) is unknown color: approx Lily. HEX triplet: CD, 8A and B8. RGB value is (205,138,184). Sum of RGB (Red+Green+Blue) = 205+138+184=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8AB8 is #327547. Grayscale: #A3A3A3. Windows color (decimal): -3306824 or 12094157. OLE color: 12094157.

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

Color convert

RGB205138184-
CMYK00.330.100.20
HSL318.81º40.12%67.25%-
HSV(B)318.81º32.68%80.39%-
XYZ42.9234.6249.77-
YUV163.28139.7157.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 138 (54.30% from 255) = 26.19%
BLUE value IS 184 (72.27% from 255) = 34.91%
R=38.90%
G=26.19%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513818400.330.100.20318.8140.1267.25
HexCD8AB8021A1413f2843
Octal315212270041122447750103
Binary11001101100010101011100001000011010101001001111111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8AB8; }

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

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

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

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

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

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

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

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