Html Css Color HEX #DCBFC5 Melanie

📋 copy color: '#DCBFC5'

red 220 ◦ green 191 ◦ blue 197

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

Shades of Melanie #DCBFC5

Tints of Melanie #DCBFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.4%

R = 36.18%
G = 31.41%
B = 32.4%

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

#DCBFC5 (or 0xDCBFC5) is known color: Melanie. HEX triplet: DC, BF and C5. RGB value is (220,191,197). Sum of RGB (Red+Green+Blue) = 220+191+197=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFC5 is #23403A. Grayscale: #C8C8C8. Windows color (decimal): -2310203 or 12959708. OLE color: 12959708.

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

Color convert

RGB 220 191 197 -
CMYK 0 0.13 0.10 0.14
HSL 347.59º 0.29% 0.81% -
HSV(B) 347.59º 0.13% 0.86% -
XYZ 58.22 56.51 60.66 -
YUV 200.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 220 191 197 0 0.13 0.10 0.14 347.59 0.29 0.81
Hex DC BF C5 0 D A E 15C 1D 51
Octal 334 277 305 0 15 12 16 534 35 121
Binary 11011100 10111111 11000101 0 1101 1010 1110 101011100 11101 1010001

Color Harmonies of #DCBFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBFC5

Black with #DCBFC5

Text Example


Text Example

White with #DCBFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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