#DCFEB0

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

Shades of Reef #DCFEB0

Tints of Reef #DCFEB0

Color information

#DCFEB0 (or 0xDCFEB0) is unknown color: approx Reef. HEX triplet: DC, FE and B0. RGB value is (220,254,176). Sum of RGB (Red+Green+Blue) = 220+254+176=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 176 (69.14% from 255 or 27.08% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEB0 is #23014F. Grayscale: #EBEBEB. Windows color (decimal): -2294096 or 11599580. OLE color: 11599580.

HSL color Cylindrical-coordinate representation of color #DCFEB0: hue angle of 86.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCFEB0 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB220254176-
CMYK0.1300.310.00
HSL86.15º97.5%84.31%-
HSV(B)86.15º30.71%99.61%-
XYZ72.7989.2354.46-
YUV234.9494.74117.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.85%
GREEN value IS 254 (99.61% from 255) = 39.08%
BLUE value IS 176 (69.14% from 255) = 27.08%
R=33.85%
G=39.08%
B=27.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202541760.1300.310.0086.1597.584.31
HexDCFEB0D01F0566254
Octal334376260150370126142124
Binary11011100111111101011000011010111110101011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEB0; }

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

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

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

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

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

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

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

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