#CD8BB4

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

Shades of Lily #CD8BB4

Tints of Lily #CD8BB4

Color information

#CD8BB4 (or 0xCD8BB4) is unknown color: approx Lily. HEX triplet: CD, 8B and B4. RGB value is (205,139,180). Sum of RGB (Red+Green+Blue) = 205+139+180=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BB4 is #32744B. Grayscale: #A3A3A3. Windows color (decimal): -3306572 or 11832269. OLE color: 11832269.

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

Color convert

RGB205139180-
CMYK00.320.120.20
HSL322.73º39.76%67.45%-
HSV(B)322.73º32.2%80.39%-
XYZ42.6534.7447.64-
YUV163.41137.37157.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 139 (54.69% from 255) = 26.53%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=39.12%
G=26.53%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513918000.320.120.20322.7339.7667.45
HexCD8BB4020C141432843
Octal315213264040142450350103
Binary11001101100010111011010001000001100101001010000111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8BB4; }

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

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

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

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

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

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

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

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