Html Css Color HEX #DEC3CB Melanie

📋 copy color: '#DEC3CB'

red 222 ◦ green 195 ◦ blue 203

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

Shades of Melanie #DEC3CB

Tints of Melanie #DEC3CB

RGB

 RED value IS 222 (87.11% from 255) = 35.81%

 GREEN value IS 195 (76.56% from 255) = 31.45%

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

R = 35.81%
G = 31.45%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DEC3CB (or 0xDEC3CB) is known color: Melanie. HEX triplet: DE, C3 and CB. RGB value is (222,195,203). Sum of RGB (Red+Green+Blue) = 222+195+203=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC3CB is #213C34. Grayscale: #CBCBCB. Windows color (decimal): -2178101 or 13353950. OLE color: 13353950.

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

Color convert

RGB 222 195 203 -
CMYK 0 0.12 0.09 0.13
HSL 342.22º 0.29% 0.82% -
HSV(B) 342.22º 0.12% 0.87% -
XYZ 60.42 58.87 64.68 -
YUV 203.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 222 195 203 0 0.12 0.09 0.13 342.22 0.29 0.82
Hex DE C3 CB 0 C 9 D 156 1D 52
Octal 336 303 313 0 14 11 15 526 35 122
Binary 11011110 11000011 11001011 0 1100 1001 1101 101010110 11101 1010010

Color Harmonies of #DEC3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC3CB

Black with #DEC3CB

Text Example


Text Example

White with #DEC3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC3CB; }

 p { color: rgb(222,195,203); }

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

background-color css

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

 a { background-color: rgb(222,195,203); }

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

border-color css

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

 span { border-color: rgb(222,195,203); }

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