#DCF8CF

Color #DCF8CF Hint Of Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Green #DCF8CF

Tints of Hint Of Green #DCF8CF

Color information

#DCF8CF (or 0xDCF8CF) is unknown color: approx Hint Of Green. HEX triplet: DC, F8 and CF. RGB value is (220,248,207). Sum of RGB (Red+Green+Blue) = 220+248+207=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF8CF is #230730. Grayscale: #EBEBEB. Windows color (decimal): -2295601 or 13629660. OLE color: 13629660.

HSL color Cylindrical-coordinate representation of color #DCF8CF: hue angle of 100.98º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCF8CF is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB220248207-
CMYK0.1100.170.03
HSL100.98º74.55%89.22%-
HSV(B)100.98º16.53%97.25%-
XYZ74.3586.8671.88-
YUV234.95112.22117.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.59%
GREEN value IS 248 (97.27% from 255) = 36.74%
BLUE value IS 207 (81.25% from 255) = 30.67%
R=32.59%
G=36.74%
B=30.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202482070.1100.170.03100.9874.5589.22
HexDCF8CFB0113654b59
Octal334370317130213145113131
Binary110111001111100011001111101101000111110010110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF8CF; }

 p { color: rgb(220,248,207); }

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

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

 a { background-color: rgb(220,248,207); }

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

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

 span { border-color: rgb(220,248,207); }

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