#DCF1C5

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

Shades of Frostee #DCF1C5

Tints of Frostee #DCF1C5

Color information

#DCF1C5 (or 0xDCF1C5) is unknown color: approx Frostee. HEX triplet: DC, F1 and C5. RGB value is (220,241,197). Sum of RGB (Red+Green+Blue) = 220+241+197=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 197 (77.34% from 255 or 29.94% from 658); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1C5 is #230E3A. Grayscale: #E5E5E5. Windows color (decimal): -2297403 or 12972508. OLE color: 12972508.

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

Color convert

RGB220241197-
CMYK0.0900.180.05
HSL88.64º61.11%85.88%-
HSV(B)88.64º18.26%94.51%-
XYZ71.0582.1664.94-
YUV229.7109.54121.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.43%
GREEN value IS 241 (94.53% from 255) = 36.63%
BLUE value IS 197 (77.34% from 255) = 29.94%
R=33.43%
G=36.63%
B=29.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202411970.0900.180.0588.6461.1185.88
HexDCF1C590125593d56
Octal33436130511022513175126
Binary110111001111000111000101100101001010110110011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1C5; }

 p { color: rgb(220,241,197); }

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

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

 a { background-color: rgb(220,241,197); }

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

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

 span { border-color: rgb(220,241,197); }

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