#CD8AB9

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

Shades of Lily #CD8AB9

Tints of Lily #CD8AB9

Color information

#CD8AB9 (or 0xCD8AB9) is unknown color: approx Lily. HEX triplet: CD, 8A and B9. RGB value is (205,138,185). Sum of RGB (Red+Green+Blue) = 205+138+185=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8AB9 is #327546. Grayscale: #A3A3A3. Windows color (decimal): -3306823 or 12159693. OLE color: 12159693.

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

Color convert

RGB205138185-
CMYK00.330.100.20
HSL317.91º40.12%67.25%-
HSV(B)317.91º32.68%80.39%-
XYZ43.0234.6650.32-
YUV163.39140.2157.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 185 (72.66% from 255) = 35.04%
R=38.83%
G=26.14%
B=35.04%

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
Decimal20513818500.330.100.20317.9140.1267.25
HexCD8AB9021A1413e2843
Octal315212271041122447650103
Binary11001101100010101011100101000011010101001001111101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8AB9; }

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

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

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

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

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

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

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

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