#DCE1C4

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

Shades of Frost #DCE1C4

Tints of Frost #DCE1C4

Color information

#DCE1C4 (or 0xDCE1C4) is unknown color: approx Frost. HEX triplet: DC, E1 and C4. RGB value is (220,225,196). Sum of RGB (Red+Green+Blue) = 220+225+196=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 196 (76.95% from 255 or 30.58% from 641); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1C4 is #231E3B. Grayscale: #DCDCDC. Windows color (decimal): -2301500 or 12902876. OLE color: 12902876.

HSL color Cylindrical-coordinate representation of color #DCE1C4: hue angle of 70.34º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCE1C4 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB220225196-
CMYK0.0200.130.12
HSL70.34º32.58%82.55%-
HSV(B)70.34º12.89%88.24%-
XYZ66.473.0562.83-
YUV220.2114.34127.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 225 (88.28% from 255) = 35.10%
BLUE value IS 196 (76.95% from 255) = 30.58%
R=34.32%
G=35.10%
B=30.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202251960.0200.130.1270.3432.5882.55
HexDCE1C420DC462153
Octal33434130420151410641123
Binary1101110011100001110001001001101110010001101000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1C4; }

 p { color: rgb(220,225,196); }

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

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

 a { background-color: rgb(220,225,196); }

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

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

 span { border-color: rgb(220,225,196); }

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