Html Css Color HEX #D1ADB6 Blossom

📋 copy color: '#D1ADB6'

red 209 ◦ green 173 ◦ blue 182

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

Shades of Blossom #D1ADB6

Tints of Blossom #D1ADB6

RGB

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

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

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

R = 37.06%
G = 30.67%
B = 32.27%

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

#D1ADB6 (or 0xD1ADB6) is known color: Blossom. HEX triplet: D1, AD and B6. RGB value is (209,173,182). Sum of RGB (Red+Green+Blue) = 209+173+182=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADB6 is #2E5249. Grayscale: #B8B8B8. Windows color (decimal): -3035722 or 11972049. OLE color: 11972049.

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

Color convert

RGB 209 173 182 -
CMYK 0 0.17 0.13 0.18
HSL 345º 0.28% 0.75% -
HSV(B) 345º 0.17% 0.82% -
XYZ 49.68 46.82 50.67 -
YUV 184.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 209 173 182 0 0.17 0.13 0.18 345 0.28 0.75
Hex D1 AD B6 0 11 D 12 159 1C 4B
Octal 321 255 266 0 21 15 22 531 34 113
Binary 11010001 10101101 10110110 0 10001 1101 10010 101011001 11100 1001011

Color Harmonies of #D1ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADB6

Black with #D1ADB6

Text Example


Text Example

White with #D1ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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