#DCFEB2

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

Shades of Reef #DCFEB2

Tints of Reef #DCFEB2

Color information

#DCFEB2 (or 0xDCFEB2) is unknown color: approx Reef. HEX triplet: DC, FE and B2. RGB value is (220,254,178). Sum of RGB (Red+Green+Blue) = 220+254+178=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 178 (69.92% from 255 or 27.30% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEB2 is #23014D. Grayscale: #EBEBEB. Windows color (decimal): -2294094 or 11730652. OLE color: 11730652.

HSL color Cylindrical-coordinate representation of color #DCFEB2: hue angle of 86.84º 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 #DCFEB2 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB220254178-
CMYK0.1300.300.00
HSL86.84º97.44%84.71%-
HSV(B)86.84º29.92%99.61%-
XYZ72.9989.3155.51-
YUV235.1795.74117.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.74%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 178 (69.92% from 255) = 27.30%
R=33.74%
G=38.96%
B=27.30%

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
Decimal2202541780.1300.300.0086.8497.4484.71
HexDCFEB2D01E0576155
Octal334376262150360127141125
Binary11011100111111101011001011010111100101011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEB2; }

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

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

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

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

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

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

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

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