Html Css Color HEX #DCBFC7 Melanie

📋 copy color: '#DCBFC7'

red 220 ◦ green 191 ◦ blue 199

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

Shades of Melanie #DCBFC7

Tints of Melanie #DCBFC7

RGB

 RED value IS 220 (86.33% from 255) = 36.07%

 GREEN value IS 191 (75% from 255) = 31.31%

 BLUE value IS 199 (78.13% from 255) = 32.62%

R = 36.07%
G = 31.31%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DCBFC7 (or 0xDCBFC7) is known color: Melanie. HEX triplet: DC, BF and C7. RGB value is (220,191,199). Sum of RGB (Red+Green+Blue) = 220+191+199=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFC7 is #234038. Grayscale: #C8C8C8. Windows color (decimal): -2310201 or 13090780. OLE color: 13090780.

HSL color Cylindrical-coordinate representation of color #DCBFC7: hue angle of 343.45º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCBFC7 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 199 -
CMYK 0 0.13 0.10 0.14
HSL 343.45º 0.29% 0.81% -
HSV(B) 343.45º 0.13% 0.86% -
XYZ 58.45 56.6 61.88 -
YUV 200.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 220 191 199 0 0.13 0.10 0.14 343.45 0.29 0.81
Hex DC BF C7 0 D A E 157 1D 51
Octal 334 277 307 0 15 12 16 527 35 121
Binary 11011100 10111111 11000111 0 1101 1010 1110 101010111 11101 1010001

Color Harmonies of #DCBFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBFC7

Black with #DCBFC7

Text Example


Text Example

White with #DCBFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBFC7; }

 p { color: rgb(220,191,199); }

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

background-color css

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

 a { background-color: rgb(220,191,199); }

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

border-color css

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

 span { border-color: rgb(220,191,199); }

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