Html Css Color HEX #D29DBA Lily

📋 copy color: '#D29DBA'

red 210 ◦ green 157 ◦ blue 186

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

Shades of Lily #D29DBA

Tints of Lily #D29DBA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.39%

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 37.97%
G = 28.39%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D29DBA (or 0xD29DBA) is known color: Lily. HEX triplet: D2, 9D and BA. RGB value is (210,157,186). Sum of RGB (Red+Green+Blue) = 210+157+186=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DBA is #2D6245. Grayscale: #B0B0B0. Windows color (decimal): -2974278 or 12230098. OLE color: 12230098.

HSL color Cylindrical-coordinate representation of color #D29DBA: hue angle of 327.17º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29DBA is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 157 186 -
CMYK 0 0.25 0.11 0.18
HSL 327.17º 0.37% 0.72% -
HSV(B) 327.17º 0.25% 0.82% -
XYZ 47.5 41.36 51.93 -
YUV 176.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 210 157 186 0 0.25 0.11 0.18 327.17 0.37 0.72
Hex D2 9D BA 0 19 B 12 147 25 48
Octal 322 235 272 0 31 13 22 507 45 110
Binary 11010010 10011101 10111010 0 11001 1011 10010 101000111 100101 1001000

Color Harmonies of #D29DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DBA

Black with #D29DBA

Text Example


Text Example

White with #D29DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DBA; }

 p { color: rgb(210,157,186); }

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

background-color css

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

 a { background-color: rgb(210,157,186); }

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

border-color css

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

 span { border-color: rgb(210,157,186); }

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