Html Css Color HEX #DFC2CB Melanie

📋 copy color: '#DFC2CB'

red 223 ◦ green 194 ◦ blue 203

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

Shades of Melanie #DFC2CB

Tints of Melanie #DFC2CB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.29%

 BLUE value IS 203 (79.69% from 255) = 32.74%

R = 35.97%
G = 31.29%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DFC2CB (or 0xDFC2CB) is known color: Melanie. HEX triplet: DF, C2 and CB. RGB value is (223,194,203). Sum of RGB (Red+Green+Blue) = 223+194+203=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2CB is #203D34. Grayscale: #CBCBCB. Windows color (decimal): -2112821 or 13353695. OLE color: 13353695.

HSL color Cylindrical-coordinate representation of color #DFC2CB: hue angle of 341.38º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC2CB is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 194 203 -
CMYK 0 0.13 0.09 0.13
HSL 341.38º 0.31% 0.82% -
HSV(B) 341.38º 0.13% 0.87% -
XYZ 60.5 58.58 64.62 -
YUV 203.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 223 194 203 0 0.13 0.09 0.13 341.38 0.31 0.82
Hex DF C2 CB 0 D 9 D 155 1F 52
Octal 337 302 313 0 15 11 15 525 37 122
Binary 11011111 11000010 11001011 0 1101 1001 1101 101010101 11111 1010010

Color Harmonies of #DFC2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC2CB

Black with #DFC2CB

Text Example


Text Example

White with #DFC2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC2CB; }

 p { color: rgb(223,194,203); }

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

background-color css

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

 a { background-color: rgb(223,194,203); }

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

border-color css

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

 span { border-color: rgb(223,194,203); }

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