Html Css Color HEX #DCBFC9 Melanie

📋 copy color: '#DCBFC9'

red 220 ◦ green 191 ◦ blue 201

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

Shades of Melanie #DCBFC9

Tints of Melanie #DCBFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.84%

R = 35.95%
G = 31.21%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCBFC9 (or 0xDCBFC9) is known color: Melanie. HEX triplet: DC, BF and C9. RGB value is (220,191,201). Sum of RGB (Red+Green+Blue) = 220+191+201=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFC9 is #234036. Grayscale: #C8C8C8. Windows color (decimal): -2310199 or 13221852. OLE color: 13221852.

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

Color convert

RGB 220 191 201 -
CMYK 0 0.13 0.09 0.14
HSL 339.31º 0.29% 0.81% -
HSV(B) 339.31º 0.13% 0.86% -
XYZ 58.69 56.69 63.11 -
YUV 200.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 220 191 201 0 0.13 0.09 0.14 339.31 0.29 0.81
Hex DC BF C9 0 D 9 E 153 1D 51
Octal 334 277 311 0 15 11 16 523 35 121
Binary 11011100 10111111 11001001 0 1101 1001 1110 101010011 11101 1010001

Color Harmonies of #DCBFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBFC9

Black with #DCBFC9

Text Example


Text Example

White with #DCBFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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