Html Css Color HEX #DFBDBE Pink Flare

📋 copy color: '#DFBDBE'

red 223 ◦ green 189 ◦ blue 190

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

Shades of Pink Flare #DFBDBE

Tints of Pink Flare #DFBDBE

RGB

 RED value IS 223 (87.5% from 255) = 37.04%

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

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

R = 37.04%
G = 31.4%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DFBDBE (or 0xDFBDBE) is known color: Pink Flare. HEX triplet: DF, BD and BE. RGB value is (223,189,190). Sum of RGB (Red+Green+Blue) = 223+189+190=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDBE is #204241. Grayscale: #C7C7C7. Windows color (decimal): -2114114 or 12500447. OLE color: 12500447.

HSL color Cylindrical-coordinate representation of color #DFBDBE: hue angle of 358.24º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBDBE is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 189 190 -
CMYK 0 0.15 0.15 0.13
HSL 358.24º 0.35% 0.81% -
HSV(B) 358.24º 0.15% 0.87% -
XYZ 57.92 55.8 56.43 -
YUV 199.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 223 189 190 0 0.15 0.15 0.13 358.24 0.35 0.81
Hex DF BD BE 0 F F D 166 23 51
Octal 337 275 276 0 17 17 15 546 43 121
Binary 11011111 10111101 10111110 0 1111 1111 1101 101100110 100011 1010001

Color Harmonies of #DFBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDBE

Black with #DFBDBE

Text Example


Text Example

White with #DFBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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