Html Css Color HEX #DCBDC3 Melanie

📋 copy color: '#DCBDC3'

red 220 ◦ green 189 ◦ blue 195

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

Shades of Melanie #DCBDC3

Tints of Melanie #DCBDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.28%

R = 36.42%
G = 31.29%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DCBDC3 (or 0xDCBDC3) is known color: Melanie. HEX triplet: DC, BD and C3. RGB value is (220,189,195). Sum of RGB (Red+Green+Blue) = 220+189+195=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDC3 is #23423C. Grayscale: #C6C6C6. Windows color (decimal): -2310717 or 12828124. OLE color: 12828124.

HSL color Cylindrical-coordinate representation of color #DCBDC3: hue angle of 348.39º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBDC3 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 189 195 -
CMYK 0 0.14 0.11 0.14
HSL 348.39º 0.31% 0.8% -
HSV(B) 348.39º 0.14% 0.86% -
XYZ 57.56 55.55 59.32 -
YUV 198.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 220 189 195 0 0.14 0.11 0.14 348.39 0.31 0.8
Hex DC BD C3 0 E B E 15C 1F 50
Octal 334 275 303 0 16 13 16 534 37 120
Binary 11011100 10111101 11000011 0 1110 1011 1110 101011100 11111 1010000

Color Harmonies of #DCBDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBDC3

Black with #DCBDC3

Text Example


Text Example

White with #DCBDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBDC3; }

 p { color: rgb(220,189,195); }

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

background-color css

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

 a { background-color: rgb(220,189,195); }

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

border-color css

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

 span { border-color: rgb(220,189,195); }

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