Html Css Color HEX #D1AEB6 Pink Flare

📋 copy color: '#D1AEB6'

red 209 ◦ green 174 ◦ blue 182

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

Shades of Pink Flare #D1AEB6

Tints of Pink Flare #D1AEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.21%

R = 36.99%
G = 30.8%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D1AEB6 (or 0xD1AEB6) is known color: Pink Flare. HEX triplet: D1, AE and B6. RGB value is (209,174,182). Sum of RGB (Red+Green+Blue) = 209+174+182=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AEB6 is #2E5149. Grayscale: #B9B9B9. Windows color (decimal): -3035466 or 11972305. OLE color: 11972305.

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

Color convert

RGB 209 174 182 -
CMYK 0 0.17 0.13 0.18
HSL 346.29º 0.28% 0.75% -
HSV(B) 346.29º 0.17% 0.82% -
XYZ 49.87 47.2 50.74 -
YUV 185.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 209 174 182 0 0.17 0.13 0.18 346.29 0.28 0.75
Hex D1 AE B6 0 11 D 12 15A 1C 4B
Octal 321 256 266 0 21 15 22 532 34 113
Binary 11010001 10101110 10110110 0 10001 1101 10010 101011010 11100 1001011

Color Harmonies of #D1AEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEB6

Black with #D1AEB6

Text Example


Text Example

White with #D1AEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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