#DCE3D8

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

Shades of Frostee #DCE3D8

Tints of Frostee #DCE3D8

Color information

#DCE3D8 (or 0xDCE3D8) is unknown color: approx Frostee. HEX triplet: DC, E3 and D8. RGB value is (220,227,216). Sum of RGB (Red+Green+Blue) = 220+227+216=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 227 (89.06% from 255 or 34.24% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3D8 is #231C27. Grayscale: #DFDFDF. Windows color (decimal): -2300968 or 14214108. OLE color: 14214108.

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

Color convert

RGB220227216-
CMYK0.0300.050.11
HSL98.18º16.42%86.86%-
HSV(B)98.18º4.85%89.02%-
XYZ69.3875.1175.81-
YUV223.65123.68125.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.18%
GREEN value IS 227 (89.06% from 255) = 34.24%
BLUE value IS 216 (84.77% from 255) = 32.58%
R=33.18%
G=34.24%
B=32.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202272160.0300.050.1198.1816.4286.86
HexDCE3D8305B621057
Octal3343433303051314220127
Binary11011100111000111101100011010110111100010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3D8; }

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

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

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

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

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

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

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

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