Html Css Color HEX #D6B2BA Blossom

📋 copy color: '#D6B2BA'

red 214 ◦ green 178 ◦ blue 186

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

Shades of Blossom #D6B2BA

Tints of Blossom #D6B2BA

RGB

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

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

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

R = 37.02%
G = 30.8%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6B2BA (or 0xD6B2BA) is known color: Blossom. HEX triplet: D6, B2 and BA. RGB value is (214,178,186). Sum of RGB (Red+Green+Blue) = 214+178+186=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B2BA is #294D45. Grayscale: #BDBDBD. Windows color (decimal): -2706758 or 12235478. OLE color: 12235478.

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

Color convert

RGB 214 178 186 -
CMYK 0 0.17 0.13 0.16
HSL 346.67º 0.31% 0.77% -
HSV(B) 346.67º 0.17% 0.84% -
XYZ 52.51 49.68 53.28 -
YUV 189.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 214 178 186 0 0.17 0.13 0.16 346.67 0.31 0.77
Hex D6 B2 BA 0 11 D 10 15B 1F 4D
Octal 326 262 272 0 21 15 20 533 37 115
Binary 11010110 10110010 10111010 0 10001 1101 10000 101011011 11111 1001101

Color Harmonies of #D6B2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B2BA

Black with #D6B2BA

Text Example


Text Example

White with #D6B2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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