Html Css Color HEX #D7ABB4 Blossom

📋 copy color: '#D7ABB4'

red 215 ◦ green 171 ◦ blue 180

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

Shades of Blossom #D7ABB4

Tints of Blossom #D7ABB4

RGB

 RED value IS 215 (84.38% from 255) = 37.99%

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

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

R = 37.99%
G = 30.21%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D7ABB4 (or 0xD7ABB4) is known color: Blossom. HEX triplet: D7, AB and B4. RGB value is (215,171,180). Sum of RGB (Red+Green+Blue) = 215+171+180=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABB4 is #28544B. Grayscale: #B9B9B9. Windows color (decimal): -2643020 or 11840471. OLE color: 11840471.

HSL color Cylindrical-coordinate representation of color #D7ABB4: hue angle of 347.73º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ABB4 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 171 180 -
CMYK 0 0.20 0.16 0.16
HSL 347.73º 0.35% 0.76% -
HSV(B) 347.73º 0.2% 0.84% -
XYZ 50.83 46.87 49.55 -
YUV 185.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 215 171 180 0 0.20 0.16 0.16 347.73 0.35 0.76
Hex D7 AB B4 0 14 10 10 15C 23 4C
Octal 327 253 264 0 24 20 20 534 43 114
Binary 11010111 10101011 10110100 0 10100 10000 10000 101011100 100011 1001100

Color Harmonies of #D7ABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ABB4

Black with #D7ABB4

Text Example


Text Example

White with #D7ABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ABB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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