#DCE3C4

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

Shades of Frost #DCE3C4

Tints of Frost #DCE3C4

Color information

#DCE3C4 (or 0xDCE3C4) is unknown color: approx Frost. HEX triplet: DC, E3 and C4. RGB value is (220,227,196). Sum of RGB (Red+Green+Blue) = 220+227+196=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 196 (76.95% from 255 or 30.48% from 643); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3C4 is #231C3B. Grayscale: #DDDDDD. Windows color (decimal): -2300988 or 12903388. OLE color: 12903388.

HSL color Cylindrical-coordinate representation of color #DCE3C4: hue angle of 73.55º 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 #DCE3C4 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB220227196-
CMYK0.0300.140.11
HSL73.55º35.63%82.94%-
HSV(B)73.55º13.66%89.02%-
XYZ66.9574.1463.01-
YUV221.37113.68127.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 227 (89.06% from 255) = 35.30%
BLUE value IS 196 (76.95% from 255) = 30.48%
R=34.21%
G=35.30%
B=30.48%

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
Decimal2202271960.0300.140.1173.5535.6382.94
HexDCE3C430EB4a2453
Octal33434330430161311244123
Binary1101110011100011110001001101110101110010101001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3C4; }

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

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

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

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

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

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

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

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