Html Css Color HEX #DDCECB Mercury

📋 copy color: '#DDCECB'

red 221 ◦ green 206 ◦ blue 203

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

Shades of Mercury #DDCECB

Tints of Mercury #DDCECB

RGB

 RED value IS 221 (86.72% from 255) = 35.08%

 GREEN value IS 206 (80.86% from 255) = 32.7%

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

R = 35.08%
G = 32.7%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDCECB (or 0xDDCECB) is known color: Mercury. HEX triplet: DD, CE and CB. RGB value is (221,206,203). Sum of RGB (Red+Green+Blue) = 221+206+203=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCECB is #223134. Grayscale: #D2D2D2. Windows color (decimal): -2240821 or 13356765. OLE color: 13356765.

HSL color Cylindrical-coordinate representation of color #DDCECB: hue angle of 10º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCECB is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 206 203 -
CMYK 0 0.07 0.08 0.13
HSL 10º 0.21% 0.83% -
HSV(B) 10º 0.08% 0.87% -
XYZ 62.67 63.83 65.52 -
YUV 210.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 221 206 203 0 0.07 0.08 0.13 10 0.21 0.83
Hex DD CE CB 0 7 8 D A 15 53
Octal 335 316 313 0 7 10 15 12 25 123
Binary 11011101 11001110 11001011 0 111 1000 1101 1010 10101 1010011

Color Harmonies of #DDCECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCECB

Black with #DDCECB

Text Example


Text Example

White with #DDCECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCECB; }

 p { color: rgb(221,206,203); }

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

background-color css

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

 a { background-color: rgb(221,206,203); }

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

border-color css

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

 span { border-color: rgb(221,206,203); }

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