#DDDFD1

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

Shades of Frost #DDDFD1

Tints of Frost #DDDFD1

Color information

#DDDFD1 (or 0xDDDFD1) is unknown color: approx Frost. HEX triplet: DD, DF and D1. RGB value is (221,223,209). Sum of RGB (Red+Green+Blue) = 221+223+209=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFD1 is #22202E. Grayscale: #DCDCDC. Windows color (decimal): -2236463 or 13754333. OLE color: 13754333.

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

Color convert

RGB221223209-
CMYK0.0100.060.13
HSL68.57º17.95%84.71%-
HSV(B)68.57º6.28%87.45%-
XYZ67.7272.7570.79-
YUV220.81121.34128.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 223 (87.5% from 255) = 34.15%
BLUE value IS 209 (82.03% from 255) = 32.01%
R=33.84%
G=34.15%
B=32.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212232090.0100.060.1368.5717.9584.71
HexDDDFD1106D451255
Octal3353373211061510522125
Binary1101110111011111110100011011011011000101100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFD1; }

 p { color: rgb(221,223,209); }

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

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

 a { background-color: rgb(221,223,209); }

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

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

 span { border-color: rgb(221,223,209); }

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