#DCE6B8

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

Shades of Frost #DCE6B8

Tints of Frost #DCE6B8

Color information

#DCE6B8 (or 0xDCE6B8) is unknown color: approx Frost. HEX triplet: DC, E6 and B8. RGB value is (220,230,184). Sum of RGB (Red+Green+Blue) = 220+230+184=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 184 (72.27% from 255 or 29.02% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE6B8 is #231947. Grayscale: #DDDDDD. Windows color (decimal): -2300232 or 12117724. OLE color: 12117724.

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

Color convert

RGB220230184-
CMYK0.0400.20.10
HSL73.04º47.92%81.18%-
HSV(B)73.04º20%90.2%-
XYZ66.4675.2756.37-
YUV221.77106.69126.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 230 (90.23% from 255) = 36.28%
BLUE value IS 184 (72.27% from 255) = 29.02%
R=34.70%
G=36.28%
B=29.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202301840.0400.20.1073.0447.9281.18
HexDCE6B84014A493051
Octal33434627040241211160121
Binary110111001110011010111000100010100101010010011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE6B8; }

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

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

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

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

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

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

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

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