Html Css Color HEX #D1ADB2 Pink Flare

📋 copy color: '#D1ADB2'

red 209 ◦ green 173 ◦ blue 178

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

Shades of Pink Flare #D1ADB2

Tints of Pink Flare #D1ADB2

RGB

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

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

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

R = 37.32%
G = 30.89%
B = 31.79%

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

#D1ADB2 (or 0xD1ADB2) is known color: Pink Flare. HEX triplet: D1, AD and B2. RGB value is (209,173,178). Sum of RGB (Red+Green+Blue) = 209+173+178=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ADB2 is #2E524D. Grayscale: #B8B8B8. Windows color (decimal): -3035726 or 11709905. OLE color: 11709905.

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

Color convert

RGB 209 173 178 -
CMYK 0 0.17 0.15 0.18
HSL 351.67º 0.28% 0.75% -
HSV(B) 351.67º 0.17% 0.82% -
XYZ 49.27 46.66 48.53 -
YUV 184.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 209 173 178 0 0.17 0.15 0.18 351.67 0.28 0.75
Hex D1 AD B2 0 11 F 12 160 1C 4B
Octal 321 255 262 0 21 17 22 540 34 113
Binary 11010001 10101101 10110010 0 10001 1111 10010 101100000 11100 1001011

Color Harmonies of #D1ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADB2

Black with #D1ADB2

Text Example


Text Example

White with #D1ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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