#DCE6BD

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

Shades of Frost #DCE6BD

Tints of Frost #DCE6BD

Color information

#DCE6BD (or 0xDCE6BD) is unknown color: approx Frost. HEX triplet: DC, E6 and BD. RGB value is (220,230,189). Sum of RGB (Red+Green+Blue) = 220+230+189=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE6BD is #231942. Grayscale: #DEDEDE. Windows color (decimal): -2300227 or 12445404. OLE color: 12445404.

HSL color Cylindrical-coordinate representation of color #DCE6BD: hue angle of 74.63º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCE6BD is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB220230189-
CMYK0.0400.180.10
HSL74.63º45.05%82.16%-
HSV(B)74.63º17.83%90.2%-
XYZ6775.4859.18-
YUV222.34109.19126.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 230 (90.23% from 255) = 35.99%
BLUE value IS 189 (74.22% from 255) = 29.58%
R=34.43%
G=35.99%
B=29.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202301890.0400.180.1074.6345.0582.16
HexDCE6BD4012A4b2d52
Octal33434627540221211355122
Binary110111001110011010111101100010010101010010111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE6BD; }

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

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

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

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

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

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

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

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