#CD88B4

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

Shades of Lily #CD88B4

Tints of Lily #CD88B4

Color information

#CD88B4 (or 0xCD88B4) is unknown color: approx Lily. HEX triplet: CD, 88 and B4. RGB value is (205,136,180). Sum of RGB (Red+Green+Blue) = 205+136+180=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CD88B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD88B4 is #32774B. Grayscale: #A1A1A1. Windows color (decimal): -3307340 or 11831501. OLE color: 11831501.

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

Color convert

RGB205136180-
CMYK00.340.120.20
HSL321.74º40.83%66.86%-
HSV(B)321.74º33.66%80.39%-
XYZ42.2233.8847.49-
YUV161.65138.36158.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 136 (53.52% from 255) = 26.10%
BLUE value IS 180 (70.70% from 255) = 34.55%
R=39.35%
G=26.10%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513618000.340.120.20321.7440.8366.86
HexCD88B4022C141422943
Octal315210264042142450251103
Binary11001101100010001011010001000101100101001010000101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD88B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD88B4; }

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

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

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

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

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

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

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

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