#CD93BB

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

Shades of Lily #CD93BB

Tints of Lily #CD93BB

Color information

#CD93BB (or 0xCD93BB) is unknown color: approx Lily. HEX triplet: CD, 93 and BB. RGB value is (205,147,187). Sum of RGB (Red+Green+Blue) = 205+147+187=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93BB is #326C44. Grayscale: #A8A8A8. Windows color (decimal): -3304517 or 12293069. OLE color: 12293069.

HSL color Cylindrical-coordinate representation of color #CD93BB: hue angle of 318.62º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD93BB is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205147187-
CMYK00.280.090.20
HSL318.62º36.71%69.02%-
HSV(B)318.62º28.29%80.39%-
XYZ44.5837.4351.89-
YUV168.9138.22153.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=38.03%
G=27.27%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514718700.280.090.20318.6236.7169.02
HexCD93BB01C91413f2545
Octal315223273034112447745105
Binary1100110110010011101110110111001001101001001111111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93BB; }

 p { color: rgb(205,147,187); }

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

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

 a { background-color: rgb(205,147,187); }

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

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

 span { border-color: rgb(205,147,187); }

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