#DCF1B1

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

Shades of Reef #DCF1B1

Tints of Reef #DCF1B1

Color information

#DCF1B1 (or 0xDCF1B1) is unknown color: approx Reef. HEX triplet: DC, F1 and B1. RGB value is (220,241,177). Sum of RGB (Red+Green+Blue) = 220+241+177=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF1B1 is #230E4E. Grayscale: #E3E3E3. Windows color (decimal): -2297423 or 11661788. OLE color: 11661788.

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

Color convert

RGB220241177-
CMYK0.0900.270.05
HSL79.69º69.57%81.96%-
HSV(B)79.69º26.56%94.51%-
XYZ68.9181.353.66-
YUV227.4299.54122.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 241 (94.53% from 255) = 37.77%
BLUE value IS 177 (69.53% from 255) = 27.74%
R=34.48%
G=37.77%
B=27.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202411770.0900.270.0579.6969.5781.96
HexDCF1B1901B5504652
Octal334361261110335120106122
Binary1101110011110001101100011001011011101101000010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1B1; }

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

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

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

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

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

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

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

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