Html Css Color HEX #DDCFCB Mercury

📋 copy color: '#DDCFCB'

red 221 ◦ green 207 ◦ blue 203

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

Shades of Mercury #DDCFCB

Tints of Mercury #DDCFCB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.81%

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

R = 35.02%
G = 32.81%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDCFCB (or 0xDDCFCB) is known color: Mercury. HEX triplet: DD, CF and CB. RGB value is (221,207,203). Sum of RGB (Red+Green+Blue) = 221+207+203=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFCB is #223034. Grayscale: #D2D2D2. Windows color (decimal): -2240565 or 13357021. OLE color: 13357021.

HSL color Cylindrical-coordinate representation of color #DDCFCB: hue angle of 13.33º 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 #DDCFCB is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 207 203 -
CMYK 0 0.06 0.08 0.13
HSL 13.33º 0.21% 0.83% -
HSV(B) 13.33º 0.08% 0.87% -
XYZ 62.91 64.31 65.6 -
YUV 210.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 221 207 203 0 0.06 0.08 0.13 13.33 0.21 0.83
Hex DD CF CB 0 6 8 D D 15 53
Octal 335 317 313 0 6 10 15 15 25 123
Binary 11011101 11001111 11001011 0 110 1000 1101 1101 10101 1010011

Color Harmonies of #DDCFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCFCB

Black with #DDCFCB

Text Example


Text Example

White with #DDCFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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