#DCE7BD

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

Shades of Frost #DCE7BD

Tints of Frost #DCE7BD

Color information

#DCE7BD (or 0xDCE7BD) is unknown color: approx Frost. HEX triplet: DC, E7 and BD. RGB value is (220,231,189). Sum of RGB (Red+Green+Blue) = 220+231+189=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7BD is #231842. Grayscale: #DFDFDF. Windows color (decimal): -2299971 or 12445660. OLE color: 12445660.

HSL color Cylindrical-coordinate representation of color #DCE7BD: hue angle of 75.71º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCE7BD is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB220231189-
CMYK0.0500.180.09
HSL75.71º46.67%82.35%-
HSV(B)75.71º18.18%90.59%-
XYZ67.2876.0459.28-
YUV222.92108.86125.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 231 (90.62% from 255) = 36.09%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=34.38%
G=36.09%
B=29.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311890.0500.180.0975.7146.6782.35
HexDCE7BD501294c2f52
Octal33434727550221111457122
Binary110111001110011110111101101010010100110011001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7BD; }

 p { color: rgb(220,231,189); }

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

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

 a { background-color: rgb(220,231,189); }

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

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

 span { border-color: rgb(220,231,189); }

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