#DDDFD0

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

Shades of Frost #DDDFD0

Tints of Frost #DDDFD0

Color information

#DDDFD0 (or 0xDDDFD0) is unknown color: approx Frost. HEX triplet: DD, DF and D0. RGB value is (221,223,208). Sum of RGB (Red+Green+Blue) = 221+223+208=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFD0 is #22202F. Grayscale: #DCDCDC. Windows color (decimal): -2236464 or 13688797. OLE color: 13688797.

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

Color convert

RGB221223208-
CMYK0.0100.070.13
HSL68º18.99%84.51%-
HSV(B)68º6.73%87.45%-
XYZ67.5972.770.14-
YUV220.69120.84128.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 208 (81.64% from 255) = 31.90%
R=33.90%
G=34.20%
B=31.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212232080.0100.070.136818.9984.51
HexDDDFD0107D441355
Octal3353373201071510423125
Binary1101110111011111110100001011111011000100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFD0; }

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

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

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

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

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

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

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

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