Html Css Color HEX #D1AEB2 Pink Flare

📋 copy color: '#D1AEB2'

red 209 ◦ green 174 ◦ blue 178

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

Shades of Pink Flare #D1AEB2

Tints of Pink Flare #D1AEB2

RGB

 RED value IS 209 (82.03% from 255) = 37.25%

 GREEN value IS 174 (68.36% from 255) = 31.02%

 BLUE value IS 178 (69.92% from 255) = 31.73%

R = 37.25%
G = 31.02%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D1AEB2 (or 0xD1AEB2) is known color: Pink Flare. HEX triplet: D1, AE and B2. RGB value is (209,174,178). Sum of RGB (Red+Green+Blue) = 209+174+178=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AEB2 is #2E514D. Grayscale: #B8B8B8. Windows color (decimal): -3035470 or 11710161. OLE color: 11710161.

HSL color Cylindrical-coordinate representation of color #D1AEB2: hue angle of 353.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1AEB2 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 174 178 -
CMYK 0 0.17 0.15 0.18
HSL 353.14º 0.28% 0.75% -
HSV(B) 353.14º 0.17% 0.82% -
XYZ 49.47 47.04 48.59 -
YUV 184.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 209 174 178 0 0.17 0.15 0.18 353.14 0.28 0.75
Hex D1 AE B2 0 11 F 12 161 1C 4B
Octal 321 256 262 0 21 17 22 541 34 113
Binary 11010001 10101110 10110010 0 10001 1111 10010 101100001 11100 1001011

Color Harmonies of #D1AEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEB2

Black with #D1AEB2

Text Example


Text Example

White with #D1AEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEB2; }

 p { color: rgb(209,174,178); }

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

background-color css

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

 a { background-color: rgb(209,174,178); }

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

border-color css

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

 span { border-color: rgb(209,174,178); }

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