Html Css Color HEX #D1ABB4 Blossom

📋 copy color: '#D1ABB4'

red 209 ◦ green 171 ◦ blue 180

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

Shades of Blossom #D1ABB4

Tints of Blossom #D1ABB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.14%

R = 37.32%
G = 30.54%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D1ABB4 (or 0xD1ABB4) is known color: Blossom. HEX triplet: D1, AB and B4. RGB value is (209,171,180). Sum of RGB (Red+Green+Blue) = 209+171+180=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABB4 is #2E544B. Grayscale: #B7B7B7. Windows color (decimal): -3036236 or 11840465. OLE color: 11840465.

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

Color convert

RGB 209 171 180 -
CMYK 0 0.18 0.14 0.18
HSL 345.79º 0.29% 0.75% -
HSV(B) 345.79º 0.18% 0.82% -
XYZ 49.1 45.98 49.47 -
YUV 183.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 209 171 180 0 0.18 0.14 0.18 345.79 0.29 0.75
Hex D1 AB B4 0 12 E 12 15A 1D 4B
Octal 321 253 264 0 22 16 22 532 35 113
Binary 11010001 10101011 10110100 0 10010 1110 10010 101011010 11101 1001011

Color Harmonies of #D1ABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABB4

Black with #D1ABB4

Text Example


Text Example

White with #D1ABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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