Html Css Color HEX #D8AFB4 Blossom

📋 copy color: '#D8AFB4'

red 216 ◦ green 175 ◦ blue 180

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

Shades of Blossom #D8AFB4

Tints of Blossom #D8AFB4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.65%

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

R = 37.83%
G = 30.65%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D8AFB4 (or 0xD8AFB4) is known color: Blossom. HEX triplet: D8, AF and B4. RGB value is (216,175,180). Sum of RGB (Red+Green+Blue) = 216+175+180=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFB4 is #27504B. Grayscale: #BBBBBB. Windows color (decimal): -2576460 or 11841496. OLE color: 11841496.

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

Color convert

RGB 216 175 180 -
CMYK 0 0.19 0.17 0.15
HSL 352.68º 0.34% 0.77% -
HSV(B) 352.68º 0.19% 0.85% -
XYZ 51.89 48.55 49.82 -
YUV 187.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 216 175 180 0 0.19 0.17 0.15 352.68 0.34 0.77
Hex D8 AF B4 0 13 11 F 161 22 4D
Octal 330 257 264 0 23 21 17 541 42 115
Binary 11011000 10101111 10110100 0 10011 10001 1111 101100001 100010 1001101

Color Harmonies of #D8AFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFB4

Black with #D8AFB4

Text Example


Text Example

White with #D8AFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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