#DDDFCE

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

Shades of Frost #DDDFCE

Tints of Frost #DDDFCE

Color information

#DDDFCE (or 0xDDDFCE) is unknown color: approx Frost. HEX triplet: DD, DF and CE. RGB value is (221,223,206). Sum of RGB (Red+Green+Blue) = 221+223+206=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFCE is #222031. Grayscale: #DCDCDC. Windows color (decimal): -2236466 or 13557725. OLE color: 13557725.

HSL color Cylindrical-coordinate representation of color #DDDFCE: hue angle of 67.06º degrees, saturation: 0.21, 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 #DDDFCE is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221223206-
CMYK0.0100.080.13
HSL67.06º20.99%84.12%-
HSV(B)67.06º7.62%87.45%-
XYZ67.3572.668.86-
YUV220.46119.84128.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 206 (80.86% from 255) = 31.69%
R=34%
G=34.31%
B=31.69%

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
Decimal2212232060.0100.080.1367.0620.9984.12
HexDDDFCE108D431554
Octal33533731610101510325124
Binary11011101110111111100111010100011011000011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFCE; }

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

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

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

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

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

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

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

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