#CD8AB4

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

Shades of Lily #CD8AB4

Tints of Lily #CD8AB4

Color information

#CD8AB4 (or 0xCD8AB4) is unknown color: approx Lily. HEX triplet: CD, 8A and B4. RGB value is (205,138,180). Sum of RGB (Red+Green+Blue) = 205+138+180=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8AB4 is #32754B. Grayscale: #A2A2A2. Windows color (decimal): -3306828 or 11832013. OLE color: 11832013.

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

Color convert

RGB205138180-
CMYK00.330.120.20
HSL322.39º40.12%67.25%-
HSV(B)322.39º32.68%80.39%-
XYZ42.534.4547.59-
YUV162.82137.7158.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 180 (70.70% from 255) = 34.42%
R=39.20%
G=26.39%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513818000.330.120.20322.3940.1267.25
HexCD8AB4021C141422843
Octal315212264041142450250103
Binary11001101100010101011010001000011100101001010000101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8AB4; }

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

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

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

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

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

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

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

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