Html Css Color HEX #D8ABB4 Blossom

📋 copy color: '#D8ABB4'

red 216 ◦ green 171 ◦ blue 180

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

Shades of Blossom #D8ABB4

Tints of Blossom #D8ABB4

RGB

 RED value IS 216 (84.77% from 255) = 38.1%

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

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

R = 38.1%
G = 30.16%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D8ABB4 (or 0xD8ABB4) is known color: Blossom. HEX triplet: D8, AB and B4. RGB value is (216,171,180). Sum of RGB (Red+Green+Blue) = 216+171+180=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABB4 is #27544B. Grayscale: #B9B9B9. Windows color (decimal): -2577484 or 11840472. OLE color: 11840472.

HSL color Cylindrical-coordinate representation of color #D8ABB4: hue angle of 348º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8ABB4 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 171 180 -
CMYK 0 0.21 0.17 0.15
HSL 348º 0.37% 0.76% -
HSV(B) 348º 0.21% 0.85% -
XYZ 51.12 47.02 49.56 -
YUV 185.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 216 171 180 0 0.21 0.17 0.15 348 0.37 0.76
Hex D8 AB B4 0 15 11 F 15C 25 4C
Octal 330 253 264 0 25 21 17 534 45 114
Binary 11011000 10101011 10110100 0 10101 10001 1111 101011100 100101 1001100

Color Harmonies of #D8ABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABB4

Black with #D8ABB4

Text Example


Text Example

White with #D8ABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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