Html Css Color HEX #D1ADB0 Pink Flare

📋 copy color: '#D1ADB0'

red 209 ◦ green 173 ◦ blue 176

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

Shades of Pink Flare #D1ADB0

Tints of Pink Flare #D1ADB0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31%

 BLUE value IS 176 (69.14% from 255) = 31.54%

R = 37.46%
G = 31%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D1ADB0 (or 0xD1ADB0) is known color: Pink Flare. HEX triplet: D1, AD and B0. RGB value is (209,173,176). Sum of RGB (Red+Green+Blue) = 209+173+176=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ADB0 is #2E524F. Grayscale: #B8B8B8. Windows color (decimal): -3035728 or 11578833. OLE color: 11578833.

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

Color convert

RGB 209 173 176 -
CMYK 0 0.17 0.16 0.18
HSL 355º 0.28% 0.75% -
HSV(B) 355º 0.17% 0.82% -
XYZ 49.07 46.58 47.48 -
YUV 184.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 209 173 176 0 0.17 0.16 0.18 355 0.28 0.75
Hex D1 AD B0 0 11 10 12 163 1C 4B
Octal 321 255 260 0 21 20 22 543 34 113
Binary 11010001 10101101 10110000 0 10001 10000 10010 101100011 11100 1001011

Color Harmonies of #D1ADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADB0

Black with #D1ADB0

Text Example


Text Example

White with #D1ADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADB0; }

 p { color: rgb(209,173,176); }

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

background-color css

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

 a { background-color: rgb(209,173,176); }

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

border-color css

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

 span { border-color: rgb(209,173,176); }

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