Html Css Color HEX #D29BBD Lily

📋 copy color: '#D29BBD'

red 210 ◦ green 155 ◦ blue 189

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

Shades of Lily #D29BBD

Tints of Lily #D29BBD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.98%

 BLUE value IS 189 (74.22% from 255) = 34.12%

R = 37.91%
G = 27.98%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D29BBD (or 0xD29BBD) is known color: Lily. HEX triplet: D2, 9B and BD. RGB value is (210,155,189). Sum of RGB (Red+Green+Blue) = 210+155+189=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BBD is #2D6442. Grayscale: #AFAFAF. Windows color (decimal): -2974787 or 12426194. OLE color: 12426194.

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

Color convert

RGB 210 155 189 -
CMYK 0 0.26 0.10 0.18
HSL 322.91º 0.38% 0.72% -
HSV(B) 322.91º 0.26% 0.82% -
XYZ 47.49 40.82 53.52 -
YUV 175.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 210 155 189 0 0.26 0.10 0.18 322.91 0.38 0.72
Hex D2 9B BD 0 1A A 12 143 26 48
Octal 322 233 275 0 32 12 22 503 46 110
Binary 11010010 10011011 10111101 0 11010 1010 10010 101000011 100110 1001000

Color Harmonies of #D29BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29BBD

Black with #D29BBD

Text Example


Text Example

White with #D29BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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