#DDDFCC

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

Shades of Frost #DDDFCC

Tints of Frost #DDDFCC

Color information

#DDDFCC (or 0xDDDFCC) is unknown color: approx Frost. HEX triplet: DD, DF and CC. RGB value is (221,223,204). Sum of RGB (Red+Green+Blue) = 221+223+204=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFCC is #222033. Grayscale: #DCDCDC. Windows color (decimal): -2236468 or 13426653. OLE color: 13426653.

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

Color convert

RGB221223204-
CMYK0.0100.090.13
HSL66.32º22.89%83.73%-
HSV(B)66.32º8.52%87.45%-
XYZ67.1172.5167.59-
YUV220.24118.84128.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 223 (87.5% from 255) = 34.41%
BLUE value IS 204 (80.08% from 255) = 31.48%
R=34.10%
G=34.41%
B=31.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212232040.0100.090.1366.3222.8983.73
HexDDDFCC109D421754
Octal33533731410111510227124
Binary11011101110111111100110010100111011000010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFCC; }

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

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

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

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

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

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

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

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