Html Css Color HEX #D6B3BA Blossom

📋 copy color: '#D6B3BA'

red 214 ◦ green 179 ◦ blue 186

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

Shades of Blossom #D6B3BA

Tints of Blossom #D6B3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.92%

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

R = 36.96%
G = 30.92%
B = 32.12%

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

#D6B3BA (or 0xD6B3BA) is known color: Blossom. HEX triplet: D6, B3 and BA. RGB value is (214,179,186). Sum of RGB (Red+Green+Blue) = 214+179+186=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B3BA is #294C45. Grayscale: #BEBEBE. Windows color (decimal): -2706502 or 12235734. OLE color: 12235734.

HSL color Cylindrical-coordinate representation of color #D6B3BA: hue angle of 348º degrees, saturation: 0.3, 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 #D6B3BA is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 179 186 -
CMYK 0 0.16 0.13 0.16
HSL 348º 0.3% 0.77% -
HSV(B) 348º 0.16% 0.84% -
XYZ 52.71 50.08 53.34 -
YUV 190.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 214 179 186 0 0.16 0.13 0.16 348 0.3 0.77
Hex D6 B3 BA 0 10 D 10 15C 1E 4D
Octal 326 263 272 0 20 15 20 534 36 115
Binary 11010110 10110011 10111010 0 10000 1101 10000 101011100 11110 1001101

Color Harmonies of #D6B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B3BA

Black with #D6B3BA

Text Example


Text Example

White with #D6B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B3BA; }

 p { color: rgb(214,179,186); }

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

background-color css

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

 a { background-color: rgb(214,179,186); }

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

border-color css

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

 span { border-color: rgb(214,179,186); }

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