#DDDFC5

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

Shades of Frost #DDDFC5

Tints of Frost #DDDFC5

Color information

#DDDFC5 (or 0xDDDFC5) is unknown color: approx Frost. HEX triplet: DD, DF and C5. RGB value is (221,223,197). Sum of RGB (Red+Green+Blue) = 221+223+197=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFC5 is #22203A. Grayscale: #DBDBDB. Windows color (decimal): -2236475 or 12967901. OLE color: 12967901.

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

Color convert

RGB221223197-
CMYK0.0100.120.13
HSL64.62º28.89%82.35%-
HSV(B)64.62º11.66%87.45%-
XYZ66.2872.1863.26-
YUV219.44115.34129.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 197 (77.34% from 255) = 30.73%
R=34.48%
G=34.79%
B=30.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231970.0100.120.1364.6228.8982.35
HexDDDFC510CD411d52
Octal33533730510141510135122
Binary11011101110111111100010110110011011000001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFC5; }

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

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

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

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

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

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

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

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