#DDDFC8

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

Shades of Frost #DDDFC8

Tints of Frost #DDDFC8

Color information

#DDDFC8 (or 0xDDDFC8) is unknown color: approx Frost. HEX triplet: DD, DF and C8. RGB value is (221,223,200). Sum of RGB (Red+Green+Blue) = 221+223+200=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFC8 is #222037. Grayscale: #DBDBDB. Windows color (decimal): -2236472 or 13164509. OLE color: 13164509.

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

Color convert

RGB221223200-
CMYK0.0100.100.13
HSL65.22º26.44%82.94%-
HSV(B)65.22º10.31%87.45%-
XYZ66.6372.3265.09-
YUV219.78116.84128.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.32%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 200 (78.52% from 255) = 31.06%
R=34.32%
G=34.63%
B=31.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212232000.0100.100.1365.2226.4482.94
HexDDDFC810AD411a53
Octal33533731010121510132123
Binary11011101110111111100100010101011011000001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFC8; }

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

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

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

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

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

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

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

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