#DDDFCD

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

Shades of Frost #DDDFCD

Tints of Frost #DDDFCD

Color information

#DDDFCD (or 0xDDDFCD) is unknown color: approx Frost. HEX triplet: DD, DF and CD. RGB value is (221,223,205). Sum of RGB (Red+Green+Blue) = 221+223+205=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFCD is #222032. Grayscale: #DCDCDC. Windows color (decimal): -2236467 or 13492189. OLE color: 13492189.

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

Color convert

RGB221223205-
CMYK0.0100.080.13
HSL66.67º21.95%83.92%-
HSV(B)66.67º8.07%87.45%-
XYZ67.2372.5668.22-
YUV220.35119.34128.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 223 (87.5% from 255) = 34.36%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=34.05%
G=34.36%
B=31.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212232050.0100.080.1366.6721.9583.92
HexDDDFCD108D431654
Octal33533731510101510326124
Binary11011101110111111100110110100011011000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFCD; }

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

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

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

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

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

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

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

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