#DCDCD6

Color #DCDCD6 Snow Drift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Drift #DCDCD6

Tints of Snow Drift #DCDCD6

Color information

#DCDCD6 (or 0xDCDCD6) is unknown color: approx Snow Drift. HEX triplet: DC, DC and D6. RGB value is (220,220,214). Sum of RGB (Red+Green+Blue) = 220+220+214=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCD6 is #232329. Grayscale: #DBDBDB. Windows color (decimal): -2302762 or 14081244. OLE color: 14081244.

HSL color Cylindrical-coordinate representation of color #DCDCD6: hue angle of 60º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCDCD6 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220220214-
CMYK000.030.14
HSL60º7.89%85.1%-
HSV(B)60º2.73%86.27%-
XYZ67.2571.2673.83-
YUV219.32125128.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 214 (83.98% from 255) = 32.72%
R=33.64%
G=33.64%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220214000.030.14607.8985.1
HexDCDCD6003E3c855
Octal334334326003167410125
Binary1101110011011100110101100011111011110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCD6; }

 p { color: rgb(220,220,214); }

 H1.HeaderClassName
 {
   color: #DCDCD6;
 }
 .AnyTagClassName
 {
   color: #DCDCD6;
 }
</style>
background-color css

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

 a { background-color: rgb(220,220,214); }

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

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

 span { border-color: rgb(220,220,214); }

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