#DDE3C4

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

Shades of Frost #DDE3C4

Tints of Frost #DDE3C4

Color information

#DDE3C4 (or 0xDDE3C4) is unknown color: approx Frost. HEX triplet: DD, E3 and C4. RGB value is (221,227,196). Sum of RGB (Red+Green+Blue) = 221+227+196=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 196 (76.95% from 255 or 30.43% from 644); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3C4 is #221C3B. Grayscale: #DDDDDD. Windows color (decimal): -2235452 or 12903389. OLE color: 12903389.

HSL color Cylindrical-coordinate representation of color #DDE3C4: hue angle of 71.61º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDE3C4 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB221227196-
CMYK0.0300.140.11
HSL71.61º35.63%82.94%-
HSV(B)71.61º13.66%89.02%-
XYZ67.2574.363.02-
YUV221.67113.51127.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.32%
GREEN value IS 227 (89.06% from 255) = 35.25%
BLUE value IS 196 (76.95% from 255) = 30.43%
R=34.32%
G=35.25%
B=30.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212271960.0300.140.1171.6135.6382.94
HexDDE3C430EB482453
Octal33534330430161311044123
Binary1101110111100011110001001101110101110010001001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3C4; }

 p { color: rgb(221,227,196); }

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

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

 a { background-color: rgb(221,227,196); }

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

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

 span { border-color: rgb(221,227,196); }

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