#DDDFC1

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

Shades of Frost #DDDFC1

Tints of Frost #DDDFC1

Color information

#DDDFC1 (or 0xDDDFC1) is unknown color: approx Frost. HEX triplet: DD, DF and C1. RGB value is (221,223,193). Sum of RGB (Red+Green+Blue) = 221+223+193=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFC1 is #22203E. Grayscale: #DBDBDB. Windows color (decimal): -2236479 or 12705757. OLE color: 12705757.

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

Color convert

RGB221223193-
CMYK0.0100.130.13
HSL64º31.91%81.57%-
HSV(B)64º13.45%87.45%-
XYZ65.837260.88-
YUV218.98113.34129.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 223 (87.5% from 255) = 35.01%
BLUE value IS 193 (75.78% from 255) = 30.30%
R=34.69%
G=35.01%
B=30.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231930.0100.130.136431.9181.57
HexDDDFC110DD402052
Octal33533730110151510040122
Binary110111011101111111000001101101110110000001000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFC1; }

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

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

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

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

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

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

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

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