#DDE3D5

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

Shades of Frostee #DDE3D5

Tints of Frostee #DDE3D5

Color information

#DDE3D5 (or 0xDDE3D5) is unknown color: approx Frostee. HEX triplet: DD, E3 and D5. RGB value is (221,227,213). Sum of RGB (Red+Green+Blue) = 221+227+213=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 227 (89.06% from 255 or 34.34% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3D5 is #221C2A. Grayscale: #DFDFDF. Windows color (decimal): -2235435 or 14017501. OLE color: 14017501.

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

Color convert

RGB221227213-
CMYK0.0300.060.11
HSL85.71º20%86.27%-
HSV(B)85.71º6.17%89.02%-
XYZ69.375.1173.8-
YUV223.61122.01126.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 227 (89.06% from 255) = 34.34%
BLUE value IS 213 (83.59% from 255) = 32.22%
R=33.43%
G=34.34%
B=32.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212272130.0300.060.1185.712086.27
HexDDE3D5306B561456
Octal3353433253061312624126
Binary11011101111000111101010111011010111010110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3D5; }

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

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

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

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

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

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

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

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