#D299B5

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

Shades of Lily #D299B5

Tints of Lily #D299B5

Color information

#D299B5 (or 0xD299B5) is unknown color: approx Lily. HEX triplet: D2, 99 and B5. RGB value is (210,153,181). Sum of RGB (Red+Green+Blue) = 210+153+181=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D299B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299B5 is #2D664A. Grayscale: #ADADAD. Windows color (decimal): -2975307 or 11901394. OLE color: 11901394.

HSL color Cylindrical-coordinate representation of color #D299B5: hue angle of 330.53º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D299B5 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB210153181-
CMYK00.270.140.18
HSL330.53º38.78%71.18%-
HSV(B)330.53º27.14%82.35%-
XYZ46.3139.8248.96-
YUV173.24132.38154.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.60%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 181 (71.09% from 255) = 33.27%
R=38.60%
G=28.12%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015318100.270.140.18330.5338.7871.18
HexD299B501BE1214b2747
Octal322231265033162251347107
Binary1101001010011001101101010110111110100101010010111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299B5; }

 p { color: rgb(210,153,181); }

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

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

 a { background-color: rgb(210,153,181); }

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

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

 span { border-color: rgb(210,153,181); }

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