Html Css Color HEX #D1ADB5 Pink Flare

📋 copy color: '#D1ADB5'

red 209 ◦ green 173 ◦ blue 181

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

Shades of Pink Flare #D1ADB5

Tints of Pink Flare #D1ADB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.15%

R = 37.12%
G = 30.73%
B = 32.15%

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

#D1ADB5 (or 0xD1ADB5) is known color: Pink Flare. HEX triplet: D1, AD and B5. RGB value is (209,173,181). Sum of RGB (Red+Green+Blue) = 209+173+181=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADB5 is #2E524A. Grayscale: #B8B8B8. Windows color (decimal): -3035723 or 11906513. OLE color: 11906513.

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

Color convert

RGB 209 173 181 -
CMYK 0 0.17 0.13 0.18
HSL 346.67º 0.28% 0.75% -
HSV(B) 346.67º 0.17% 0.82% -
XYZ 49.58 46.78 50.13 -
YUV 184.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 209 173 181 0 0.17 0.13 0.18 346.67 0.28 0.75
Hex D1 AD B5 0 11 D 12 15B 1C 4B
Octal 321 255 265 0 21 15 22 533 34 113
Binary 11010001 10101101 10110101 0 10001 1101 10010 101011011 11100 1001011

Color Harmonies of #D1ADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADB5

Black with #D1ADB5

Text Example


Text Example

White with #D1ADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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