#DDDFC7

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

Shades of Frost #DDDFC7

Tints of Frost #DDDFC7

Color information

#DDDFC7 (or 0xDDDFC7) is unknown color: approx Frost. HEX triplet: DD, DF and C7. RGB value is (221,223,199). Sum of RGB (Red+Green+Blue) = 221+223+199=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFC7 is #222038. Grayscale: #DBDBDB. Windows color (decimal): -2236473 or 13098973. OLE color: 13098973.

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

Color convert

RGB221223199-
CMYK0.0100.110.13
HSL65º27.27%82.75%-
HSV(B)65º10.76%87.45%-
XYZ66.5272.2764.48-
YUV219.67116.34128.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 199 (78.12% from 255) = 30.95%
R=34.37%
G=34.68%
B=30.95%

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
Decimal2212231990.0100.110.136527.2782.75
HexDDDFC710BD411b53
Octal33533730710131510133123
Binary11011101110111111100011110101111011000001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFC7; }

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

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

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

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

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

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

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

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