#D299B6

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

Shades of Lily #D299B6

Tints of Lily #D299B6

Color information

#D299B6 (or 0xD299B6) is unknown color: approx Lily. HEX triplet: D2, 99 and B6. RGB value is (210,153,182). Sum of RGB (Red+Green+Blue) = 210+153+182=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D299B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299B6 is #2D6649. Grayscale: #ADADAD. Windows color (decimal): -2975306 or 11966930. OLE color: 11966930.

HSL color Cylindrical-coordinate representation of color #D299B6: hue angle of 329.47º 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 #D299B6 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB210153182-
CMYK00.270.130.18
HSL329.47º38.78%71.18%-
HSV(B)329.47º27.14%82.35%-
XYZ46.4139.8649.5-
YUV173.35132.88154.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 182 (71.48% from 255) = 33.39%
R=38.53%
G=28.07%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015318200.270.130.18329.4738.7871.18
HexD299B601BD121492747
Octal322231266033152251147107
Binary1101001010011001101101100110111101100101010010011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299B6; }

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

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

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

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

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

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

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

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