#D299BD

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

Shades of Lily #D299BD

Tints of Lily #D299BD

Color information

#D299BD (or 0xD299BD) is unknown color: approx Lily. HEX triplet: D2, 99 and BD. RGB value is (210,153,189). Sum of RGB (Red+Green+Blue) = 210+153+189=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D299BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299BD is #2D6642. Grayscale: #AEAEAE. Windows color (decimal): -2975299 or 12425682. OLE color: 12425682.

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

Color convert

RGB210153189-
CMYK00.270.100.18
HSL322.11º38.78%71.18%-
HSV(B)322.11º27.14%82.35%-
XYZ47.1540.1653.41-
YUV174.15136.38153.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.04%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 189 (74.22% from 255) = 34.24%
R=38.04%
G=27.72%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015318900.270.100.18322.1138.7871.18
HexD299BD01BA121422747
Octal322231275033122250247107
Binary1101001010011001101111010110111010100101010000101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299BD; }

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

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

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

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

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

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

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

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