Html Css Color HEX #DDCFCC Mercury

📋 copy color: '#DDCFCC'

red 221 ◦ green 207 ◦ blue 204

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

Shades of Mercury #DDCFCC

Tints of Mercury #DDCFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.28%

R = 34.97%
G = 32.75%
B = 32.28%

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

#DDCFCC (or 0xDDCFCC) is known color: Mercury. HEX triplet: DD, CF and CC. RGB value is (221,207,204). Sum of RGB (Red+Green+Blue) = 221+207+204=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFCC is #223033. Grayscale: #D2D2D2. Windows color (decimal): -2240564 or 13422557. OLE color: 13422557.

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

Color convert

RGB 221 207 204 -
CMYK 0 0.06 0.08 0.13
HSL 10.59º 0.2% 0.83% -
HSV(B) 10.59º 0.08% 0.87% -
XYZ 63.03 64.36 66.23 -
YUV 210.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 221 207 204 0 0.06 0.08 0.13 10.59 0.2 0.83
Hex DD CF CC 0 6 8 D B 14 53
Octal 335 317 314 0 6 10 15 13 24 123
Binary 11011101 11001111 11001100 0 110 1000 1101 1011 10100 1010011

Color Harmonies of #DDCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCFCC

Black with #DDCFCC

Text Example


Text Example

White with #DDCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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