#DCFEB1

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

Shades of Reef #DCFEB1

Tints of Reef #DCFEB1

Color information

#DCFEB1 (or 0xDCFEB1) is unknown color: approx Reef. HEX triplet: DC, FE and B1. RGB value is (220,254,177). Sum of RGB (Red+Green+Blue) = 220+254+177=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 177 (69.53% from 255 or 27.19% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEB1 is #23014E. Grayscale: #EBEBEB. Windows color (decimal): -2294095 or 11665116. OLE color: 11665116.

HSL color Cylindrical-coordinate representation of color #DCFEB1: hue angle of 86.49º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCFEB1 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB220254177-
CMYK0.1300.300.00
HSL86.49º97.47%84.51%-
HSV(B)86.49º30.31%99.61%-
XYZ72.8989.2754.98-
YUV235.0695.24117.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 254 (99.61% from 255) = 39.02%
BLUE value IS 177 (69.53% from 255) = 27.19%
R=33.79%
G=39.02%
B=27.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202541770.1300.300.0086.4997.4784.51
HexDCFEB1D01E0566155
Octal334376261150360126141125
Binary11011100111111101011000111010111100101011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEB1; }

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

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

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

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

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

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

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

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