Html Css Color HEX #D29CBF Lily

📋 copy color: '#D29CBF'

red 210 ◦ green 156 ◦ blue 191

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

Shades of Lily #D29CBF

Tints of Lily #D29CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.29%

R = 37.7%
G = 28.01%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D29CBF (or 0xD29CBF) is known color: Lily. HEX triplet: D2, 9C and BF. RGB value is (210,156,191). Sum of RGB (Red+Green+Blue) = 210+156+191=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CBF is #2D6340. Grayscale: #B0B0B0. Windows color (decimal): -2974529 or 12557522. OLE color: 12557522.

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

Color convert

RGB 210 156 191 -
CMYK 0 0.26 0.09 0.18
HSL 321.11º 0.38% 0.72% -
HSV(B) 321.11º 0.26% 0.82% -
XYZ 47.87 41.24 54.73 -
YUV 176.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 210 156 191 0 0.26 0.09 0.18 321.11 0.38 0.72
Hex D2 9C BF 0 1A 9 12 141 26 48
Octal 322 234 277 0 32 11 22 501 46 110
Binary 11010010 10011100 10111111 0 11010 1001 10010 101000001 100110 1001000

Color Harmonies of #D29CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29CBF

Black with #D29CBF

Text Example


Text Example

White with #D29CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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