Html Css Color HEX #DFBDC0 Pink Flare

📋 copy color: '#DFBDC0'

red 223 ◦ green 189 ◦ blue 192

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

Shades of Pink Flare #DFBDC0

Tints of Pink Flare #DFBDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.79%

R = 36.92%
G = 31.29%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DFBDC0 (or 0xDFBDC0) is known color: Pink Flare. HEX triplet: DF, BD and C0. RGB value is (223,189,192). Sum of RGB (Red+Green+Blue) = 223+189+192=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDC0 is #20423F. Grayscale: #C7C7C7. Windows color (decimal): -2114112 or 12631519. OLE color: 12631519.

HSL color Cylindrical-coordinate representation of color #DFBDC0: hue angle of 354.71º 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 #DFBDC0 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 189 192 -
CMYK 0 0.15 0.14 0.13
HSL 354.71º 0.35% 0.81% -
HSV(B) 354.71º 0.15% 0.87% -
XYZ 58.14 55.89 57.59 -
YUV 199.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 223 189 192 0 0.15 0.14 0.13 354.71 0.35 0.81
Hex DF BD C0 0 F E D 163 23 51
Octal 337 275 300 0 17 16 15 543 43 121
Binary 11011111 10111101 11000000 0 1111 1110 1101 101100011 100011 1010001

Color Harmonies of #DFBDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDC0

Black with #DFBDC0

Text Example


Text Example

White with #DFBDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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