Html Css Color HEX #D8B2BA Blossom

📋 copy color: '#D8B2BA'

red 216 ◦ green 178 ◦ blue 186

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

Shades of Blossom #D8B2BA

Tints of Blossom #D8B2BA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.69%

 BLUE value IS 186 (73.05% from 255) = 32.07%

R = 37.24%
G = 30.69%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D8B2BA (or 0xD8B2BA) is known color: Blossom. HEX triplet: D8, B2 and BA. RGB value is (216,178,186). Sum of RGB (Red+Green+Blue) = 216+178+186=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B2BA is #274D45. Grayscale: #BEBEBE. Windows color (decimal): -2575686 or 12235480. OLE color: 12235480.

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

Color convert

RGB 216 178 186 -
CMYK 0 0.18 0.14 0.15
HSL 347.37º 0.33% 0.77% -
HSV(B) 347.37º 0.18% 0.85% -
XYZ 53.1 49.98 53.3 -
YUV 190.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 216 178 186 0 0.18 0.14 0.15 347.37 0.33 0.77
Hex D8 B2 BA 0 12 E F 15B 21 4D
Octal 330 262 272 0 22 16 17 533 41 115
Binary 11011000 10110010 10111010 0 10010 1110 1111 101011011 100001 1001101

Color Harmonies of #D8B2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B2BA

Black with #D8B2BA

Text Example


Text Example

White with #D8B2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B2BA; }

 p { color: rgb(216,178,186); }

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

background-color css

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

 a { background-color: rgb(216,178,186); }

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

border-color css

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

 span { border-color: rgb(216,178,186); }

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