#DCE3D4

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

Shades of Frostee #DCE3D4

Tints of Frostee #DCE3D4

Color information

#DCE3D4 (or 0xDCE3D4) is unknown color: approx Frostee. HEX triplet: DC, E3 and D4. RGB value is (220,227,212). Sum of RGB (Red+Green+Blue) = 220+227+212=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 227 (89.06% from 255 or 34.45% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3D4 is #231C2B. Grayscale: #DFDFDF. Windows color (decimal): -2300972 or 13951964. OLE color: 13951964.

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

Color convert

RGB220227212-
CMYK0.0300.070.11
HSL88º21.13%86.08%-
HSV(B)88º6.61%89.02%-
XYZ68.8774.9173.12-
YUV223.2121.68125.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 227 (89.06% from 255) = 34.45%
BLUE value IS 212 (83.20% from 255) = 32.17%
R=33.38%
G=34.45%
B=32.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202272120.0300.070.118821.1386.08
HexDCE3D4307B581556
Octal3343433243071313025126
Binary11011100111000111101010011011110111011000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3D4; }

 p { color: rgb(220,227,212); }

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

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

 a { background-color: rgb(220,227,212); }

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

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

 span { border-color: rgb(220,227,212); }

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