Html Css Color HEX #D1ABB6 Blossom

📋 copy color: '#D1ABB6'

red 209 ◦ green 171 ◦ blue 182

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

Shades of Blossom #D1ABB6

Tints of Blossom #D1ABB6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.43%

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

R = 37.19%
G = 30.43%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D1ABB6 (or 0xD1ABB6) is known color: Blossom. HEX triplet: D1, AB and B6. RGB value is (209,171,182). Sum of RGB (Red+Green+Blue) = 209+171+182=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABB6 is #2E5449. Grayscale: #B7B7B7. Windows color (decimal): -3036234 or 11971537. OLE color: 11971537.

HSL color Cylindrical-coordinate representation of color #D1ABB6: hue angle of 342.63º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1ABB6 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 171 182 -
CMYK 0 0.18 0.13 0.18
HSL 342.63º 0.29% 0.75% -
HSV(B) 342.63º 0.18% 0.82% -
XYZ 49.3 46.06 50.55 -
YUV 183.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 209 171 182 0 0.18 0.13 0.18 342.63 0.29 0.75
Hex D1 AB B6 0 12 D 12 157 1D 4B
Octal 321 253 266 0 22 15 22 527 35 113
Binary 11010001 10101011 10110110 0 10010 1101 10010 101010111 11101 1001011

Color Harmonies of #D1ABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABB6

Black with #D1ABB6

Text Example


Text Example

White with #D1ABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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