Html Css Color HEX #DEC6CB Melanie

📋 copy color: '#DEC6CB'

red 222 ◦ green 198 ◦ blue 203

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

Shades of Melanie #DEC6CB

Tints of Melanie #DEC6CB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.78%

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

R = 35.63%
G = 31.78%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DEC6CB (or 0xDEC6CB) is known color: Melanie. HEX triplet: DE, C6 and CB. RGB value is (222,198,203). Sum of RGB (Red+Green+Blue) = 222+198+203=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6CB is #213934. Grayscale: #CDCDCD. Windows color (decimal): -2177333 or 13354718. OLE color: 13354718.

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

Color convert

RGB 222 198 203 -
CMYK 0 0.11 0.09 0.13
HSL 347.5º 0.27% 0.82% -
HSV(B) 347.5º 0.11% 0.87% -
XYZ 61.1 60.23 64.91 -
YUV 205.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 222 198 203 0 0.11 0.09 0.13 347.5 0.27 0.82
Hex DE C6 CB 0 B 9 D 15C 1B 52
Octal 336 306 313 0 13 11 15 534 33 122
Binary 11011110 11000110 11001011 0 1011 1001 1101 101011100 11011 1010010

Color Harmonies of #DEC6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC6CB

Black with #DEC6CB

Text Example


Text Example

White with #DEC6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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