#DCDDD4

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

Shades of Snow Drift #DCDDD4

Tints of Snow Drift #DCDDD4

Color information

#DCDDD4 (or 0xDCDDD4) is unknown color: approx Snow Drift. HEX triplet: DC, DD and D4. RGB value is (220,221,212). Sum of RGB (Red+Green+Blue) = 220+221+212=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDD4 is #23222B. Grayscale: #DBDBDB. Windows color (decimal): -2302508 or 13950428. OLE color: 13950428.

HSL color Cylindrical-coordinate representation of color #DCDDD4: hue angle of 66.67º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCDDD4 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB220221212-
CMYK0.0000.040.13
HSL66.67º11.69%84.9%-
HSV(B)66.67º4.07%86.67%-
XYZ67.2671.6872.58-
YUV219.68123.67128.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 212 (83.20% from 255) = 32.47%
R=33.69%
G=33.84%
B=32.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202212120.0000.040.1366.6711.6984.9
HexDCDDD4004D43c55
Octal3343353240041510314125
Binary110111001101110111010100001001101100001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDD4; }

 p { color: rgb(220,221,212); }

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

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

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

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

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

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

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