#DCE7BB

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

Shades of Frost #DCE7BB

Tints of Frost #DCE7BB

Color information

#DCE7BB (or 0xDCE7BB) is unknown color: approx Frost. HEX triplet: DC, E7 and BB. RGB value is (220,231,187). Sum of RGB (Red+Green+Blue) = 220+231+187=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7BB is #231844. Grayscale: #DEDEDE. Windows color (decimal): -2299973 or 12314588. OLE color: 12314588.

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

Color convert

RGB220231187-
CMYK0.0500.190.09
HSL75º47.83%81.96%-
HSV(B)75º19.05%90.59%-
XYZ67.0675.9658.14-
YUV222.7107.86126.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 231 (90.62% from 255) = 36.21%
BLUE value IS 187 (73.44% from 255) = 29.31%
R=34.48%
G=36.21%
B=29.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311870.0500.190.097547.8381.96
HexDCE7BB501394b3052
Octal33434727350231111360122
Binary110111001110011110111011101010011100110010111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7BB; }

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

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

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

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

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

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

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

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