Html Css Color HEX #D6B4BB Blossom

📋 copy color: '#D6B4BB'

red 214 ◦ green 180 ◦ blue 187

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

Shades of Blossom #D6B4BB

Tints of Blossom #D6B4BB

RGB

 RED value IS 214 (83.98% from 255) = 36.83%

 GREEN value IS 180 (70.7% from 255) = 30.98%

 BLUE value IS 187 (73.44% from 255) = 32.19%

R = 36.83%
G = 30.98%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6B4BB (or 0xD6B4BB) is known color: Blossom. HEX triplet: D6, B4 and BB. RGB value is (214,180,187). Sum of RGB (Red+Green+Blue) = 214+180+187=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B4BB is #294B44. Grayscale: #BEBEBE. Windows color (decimal): -2706245 or 12301526. OLE color: 12301526.

HSL color Cylindrical-coordinate representation of color #D6B4BB: hue angle of 347.65º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6B4BB is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 180 187 -
CMYK 0 0.16 0.13 0.16
HSL 347.65º 0.29% 0.77% -
HSV(B) 347.65º 0.16% 0.84% -
XYZ 53.02 50.53 53.97 -
YUV 190.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 214 180 187 0 0.16 0.13 0.16 347.65 0.29 0.77
Hex D6 B4 BB 0 10 D 10 15C 1D 4D
Octal 326 264 273 0 20 15 20 534 35 115
Binary 11010110 10110100 10111011 0 10000 1101 10000 101011100 11101 1001101

Color Harmonies of #D6B4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B4BB

Black with #D6B4BB

Text Example


Text Example

White with #D6B4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B4BB; }

 p { color: rgb(214,180,187); }

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

background-color css

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

 a { background-color: rgb(214,180,187); }

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

border-color css

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

 span { border-color: rgb(214,180,187); }

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