Html Css Color HEX #D29CB5 Lily

📋 copy color: '#D29CB5'

red 210 ◦ green 156 ◦ blue 181

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

Shades of Lily #D29CB5

Tints of Lily #D29CB5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.52%

 BLUE value IS 181 (71.09% from 255) = 33.09%

R = 38.39%
G = 28.52%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D29CB5 (or 0xD29CB5) is known color: Lily. HEX triplet: D2, 9C and B5. RGB value is (210,156,181). Sum of RGB (Red+Green+Blue) = 210+156+181=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CB5 is #2D634A. Grayscale: #AEAEAE. Windows color (decimal): -2974539 or 11902162. OLE color: 11902162.

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

Color convert

RGB 210 156 181 -
CMYK 0 0.26 0.14 0.18
HSL 332.22º 0.38% 0.72% -
HSV(B) 332.22º 0.26% 0.82% -
XYZ 46.81 40.81 49.13 -
YUV 175 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 210 156 181 0 0.26 0.14 0.18 332.22 0.38 0.72
Hex D2 9C B5 0 1A E 12 14C 26 48
Octal 322 234 265 0 32 16 22 514 46 110
Binary 11010010 10011100 10110101 0 11010 1110 10010 101001100 100110 1001000

Color Harmonies of #D29CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29CB5

Black with #D29CB5

Text Example


Text Example

White with #D29CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29CB5; }

 p { color: rgb(210,156,181); }

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

background-color css

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

 a { background-color: rgb(210,156,181); }

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

border-color css

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

 span { border-color: rgb(210,156,181); }

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