Html Css Color HEX #D29AC2 Lily

📋 copy color: '#D29AC2'

red 210 ◦ green 154 ◦ blue 194

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

Shades of Lily #D29AC2

Tints of Lily #D29AC2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.6%

 BLUE value IS 194 (76.17% from 255) = 34.77%

R = 37.63%
G = 27.6%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D29AC2 (or 0xD29AC2) is known color: Lily. HEX triplet: D2, 9A and C2. RGB value is (210,154,194). Sum of RGB (Red+Green+Blue) = 210+154+194=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AC2 is #2D653D. Grayscale: #AFAFAF. Windows color (decimal): -2975038 or 12753618. OLE color: 12753618.

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

Color convert

RGB 210 154 194 -
CMYK 0 0.27 0.08 0.18
HSL 317.14º 0.38% 0.71% -
HSV(B) 317.14º 0.27% 0.82% -
XYZ 47.87 40.71 56.37 -
YUV 175.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 210 154 194 0 0.27 0.08 0.18 317.14 0.38 0.71
Hex D2 9A C2 0 1B 8 12 13D 26 47
Octal 322 232 302 0 33 10 22 475 46 107
Binary 11010010 10011010 11000010 0 11011 1000 10010 100111101 100110 1000111

Color Harmonies of #D29AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29AC2

Black with #D29AC2

Text Example


Text Example

White with #D29AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29AC2; }

 p { color: rgb(210,154,194); }

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

background-color css

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

 a { background-color: rgb(210,154,194); }

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

border-color css

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

 span { border-color: rgb(210,154,194); }

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