Html Css Color HEX #D6BDBF Pink Flare

📋 copy color: '#D6BDBF'

red 214 ◦ green 189 ◦ blue 191

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

Shades of Pink Flare #D6BDBF

Tints of Pink Flare #D6BDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.82%

 BLUE value IS 191 (75% from 255) = 32.15%

R = 36.03%
G = 31.82%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6BDBF (or 0xD6BDBF) is known color: Pink Flare. HEX triplet: D6, BD and BF. RGB value is (214,189,191). Sum of RGB (Red+Green+Blue) = 214+189+191=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDBF is #294240. Grayscale: #C4C4C4. Windows color (decimal): -2703937 or 12565974. OLE color: 12565974.

HSL color Cylindrical-coordinate representation of color #D6BDBF: hue angle of 355.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6BDBF is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 189 191 -
CMYK 0 0.12 0.11 0.16
HSL 355.2º 0.23% 0.79% -
HSV(B) 355.2º 0.12% 0.84% -
XYZ 55.33 54.45 56.88 -
YUV 196.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 214 189 191 0 0.12 0.11 0.16 355.2 0.23 0.79
Hex D6 BD BF 0 C B 10 163 17 4F
Octal 326 275 277 0 14 13 20 543 27 117
Binary 11010110 10111101 10111111 0 1100 1011 10000 101100011 10111 1001111

Color Harmonies of #D6BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BDBF

Black with #D6BDBF

Text Example


Text Example

White with #D6BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BDBF; }

 p { color: rgb(214,189,191); }

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

background-color css

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

 a { background-color: rgb(214,189,191); }

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

border-color css

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

 span { border-color: rgb(214,189,191); }

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