Html Css Color HEX #DFBEC0 Pink Flare

📋 copy color: '#DFBEC0'

red 223 ◦ green 190 ◦ blue 192

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

Shades of Pink Flare #DFBEC0

Tints of Pink Flare #DFBEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.4%

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

R = 36.86%
G = 31.4%
B = 31.74%

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

#DFBEC0 (or 0xDFBEC0) is known color: Pink Flare. HEX triplet: DF, BE and C0. RGB value is (223,190,192). Sum of RGB (Red+Green+Blue) = 223+190+192=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEC0 is #20413F. Grayscale: #C8C8C8. Windows color (decimal): -2113856 or 12631775. OLE color: 12631775.

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

Color convert

RGB 223 190 192 -
CMYK 0 0.15 0.14 0.13
HSL 356.36º 0.34% 0.81% -
HSV(B) 356.36º 0.15% 0.87% -
XYZ 58.36 56.32 57.66 -
YUV 200.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 223 190 192 0 0.15 0.14 0.13 356.36 0.34 0.81
Hex DF BE C0 0 F E D 164 22 51
Octal 337 276 300 0 17 16 15 544 42 121
Binary 11011111 10111110 11000000 0 1111 1110 1101 101100100 100010 1010001

Color Harmonies of #DFBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBEC0

Black with #DFBEC0

Text Example


Text Example

White with #DFBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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