Html Css Color HEX #D0BDBE Pink Flare

📋 copy color: '#D0BDBE'

red 208 ◦ green 189 ◦ blue 190

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

Shades of Pink Flare #D0BDBE

Tints of Pink Flare #D0BDBE

RGB

 RED value IS 208 (81.64% from 255) = 35.43%

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

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

R = 35.43%
G = 32.2%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0BDBE (or 0xD0BDBE) is known color: Pink Flare. HEX triplet: D0, BD and BE. RGB value is (208,189,190). Sum of RGB (Red+Green+Blue) = 208+189+190=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDBE is #2F4241. Grayscale: #C2C2C2. Windows color (decimal): -3097154 or 12500432. OLE color: 12500432.

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

Color convert

RGB 208 189 190 -
CMYK 0 0.09 0.09 0.18
HSL 356.84º 0.17% 0.78% -
HSV(B) 356.84º 0.09% 0.82% -
XYZ 53.5 53.52 56.23 -
YUV 194.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 208 189 190 0 0.09 0.09 0.18 356.84 0.17 0.78
Hex D0 BD BE 0 9 9 12 165 11 4E
Octal 320 275 276 0 11 11 22 545 21 116
Binary 11010000 10111101 10111110 0 1001 1001 10010 101100101 10001 1001110

Color Harmonies of #D0BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BDBE

Black with #D0BDBE

Text Example


Text Example

White with #D0BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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