Html Css Color HEX #D299BB Lily

📋 copy color: '#D299BB'

red 210 ◦ green 153 ◦ blue 187

#D299BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #D299BB

Tints of Lily #D299BB

RGB

 RED value IS 210 (82.42% from 255) = 38.18%

 GREEN value IS 153 (60.16% from 255) = 27.82%

 BLUE value IS 187 (73.44% from 255) = 34%

R = 38.18%
G = 27.82%
B = 34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D299BB (or 0xD299BB) is known color: Lily. HEX triplet: D2, 99 and BB. RGB value is (210,153,187). Sum of RGB (Red+Green+Blue) = 210+153+187=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D299BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299BB is #2D6644. Grayscale: #ADADAD. Windows color (decimal): -2975301 or 12294610. OLE color: 12294610.

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

Color convert

RGB 210 153 187 -
CMYK 0 0.27 0.11 0.18
HSL 324.21º 0.39% 0.71% -
HSV(B) 324.21º 0.27% 0.82% -
XYZ 46.94 40.07 52.27 -
YUV 173.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 210 153 187 0 0.27 0.11 0.18 324.21 0.39 0.71
Hex D2 99 BB 0 1B B 12 144 27 47
Octal 322 231 273 0 33 13 22 504 47 107
Binary 11010010 10011001 10111011 0 11011 1011 10010 101000100 100111 1000111

Color Harmonies of #D299BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299BB

Black with #D299BB

Text Example


Text Example

White with #D299BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299BB; }

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

 H1.HeaderClassName
 {
   color: #D299BB;
 }
 .AnyTagClassName
 {
   color: #D299BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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