#DCF8B1

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

Shades of Reef #DCF8B1

Tints of Reef #DCF8B1

Color information

#DCF8B1 (or 0xDCF8B1) is unknown color: approx Reef. HEX triplet: DC, F8 and B1. RGB value is (220,248,177). Sum of RGB (Red+Green+Blue) = 220+248+177=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 248 (97.27% from 255 or 38.45% from 645); Blue value is 177 (69.53% from 255 or 27.44% from 645); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF8B1 is #23074E. Grayscale: #E7E7E7. Windows color (decimal): -2295631 or 11663580. OLE color: 11663580.

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

Color convert

RGB220248177-
CMYK0.1100.290.03
HSL83.66º83.53%83.33%-
HSV(B)83.66º28.63%97.25%-
XYZ71.0285.5254.36-
YUV231.5397.22119.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.11%
GREEN value IS 248 (97.27% from 255) = 38.45%
BLUE value IS 177 (69.53% from 255) = 27.44%
R=34.11%
G=38.45%
B=27.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202481770.1100.290.0383.6683.5383.33
HexDCF8B1B01D3545453
Octal334370261130353124124123
Binary110111001111100010110001101101110111101010010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF8B1; }

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

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

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

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

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

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

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

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