#DDDFC6

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

Shades of Frost #DDDFC6

Tints of Frost #DDDFC6

Color information

#DDDFC6 (or 0xDDDFC6) is unknown color: approx Frost. HEX triplet: DD, DF and C6. RGB value is (221,223,198). Sum of RGB (Red+Green+Blue) = 221+223+198=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 198 (77.73% from 255 or 30.84% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFC6 is #222039. Grayscale: #DBDBDB. Windows color (decimal): -2236474 or 13033437. OLE color: 13033437.

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

Color convert

RGB221223198-
CMYK0.0100.110.13
HSL64.8º28.09%82.55%-
HSV(B)64.8º11.21%87.45%-
XYZ66.472.2263.87-
YUV219.55115.84129.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 198 (77.73% from 255) = 30.84%
R=34.42%
G=34.74%
B=30.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231980.0100.110.1364.828.0982.55
HexDDDFC610BD411c53
Octal33533730610131510134123
Binary11011101110111111100011010101111011000001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFC6; }

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

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

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

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

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

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

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

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