Html Css Color HEX #D1BDBE Pink Flare

📋 copy color: '#D1BDBE'

red 209 ◦ green 189 ◦ blue 190

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

Shades of Pink Flare #D1BDBE

Tints of Pink Flare #D1BDBE

RGB

 RED value IS 209 (82.03% from 255) = 35.54%

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

 BLUE value IS 190 (74.61% from 255) = 32.31%

R = 35.54%
G = 32.14%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D1BDBE (or 0xD1BDBE) is known color: Pink Flare. HEX triplet: D1, BD and BE. RGB value is (209,189,190). Sum of RGB (Red+Green+Blue) = 209+189+190=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDBE is #2E4241. Grayscale: #C3C3C3. Windows color (decimal): -3031618 or 12500433. OLE color: 12500433.

HSL color Cylindrical-coordinate representation of color #D1BDBE: hue angle of 357º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BDBE is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 189 190 -
CMYK 0 0.10 0.09 0.18
HSL 357º 0.18% 0.78% -
HSV(B) 357º 0.1% 0.82% -
XYZ 53.79 53.67 56.24 -
YUV 195.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 209 189 190 0 0.10 0.09 0.18 357 0.18 0.78
Hex D1 BD BE 0 A 9 12 165 12 4E
Octal 321 275 276 0 12 11 22 545 22 116
Binary 11010001 10111101 10111110 0 1010 1001 10010 101100101 10010 1001110

Color Harmonies of #D1BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BDBE

Black with #D1BDBE

Text Example


Text Example

White with #D1BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BDBE; }

 p { color: rgb(209,189,190); }

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

background-color css

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

 a { background-color: rgb(209,189,190); }

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

border-color css

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

 span { border-color: rgb(209,189,190); }

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