#DDDFC0

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

Shades of Frost #DDDFC0

Tints of Frost #DDDFC0

Color information

#DDDFC0 (or 0xDDDFC0) is unknown color: approx Frost. HEX triplet: DD, DF and C0. RGB value is (221,223,192). Sum of RGB (Red+Green+Blue) = 221+223+192=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFC0 is #22203F. Grayscale: #DADADA. Windows color (decimal): -2236480 or 12640221. OLE color: 12640221.

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

Color convert

RGB221223192-
CMYK0.0100.140.13
HSL63.87º32.63%81.37%-
HSV(B)63.87º13.9%87.45%-
XYZ65.7271.9560.29-
YUV218.87112.84129.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 192 (75.39% from 255) = 30.19%
R=34.75%
G=35.06%
B=30.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231920.0100.140.1363.8732.6381.37
HexDDDFC010ED402151
Octal33533730010161510041121
Binary110111011101111111000000101110110110000001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFC0; }

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

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

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

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

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

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

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

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