#DCFEAA

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

Shades of Reef #DCFEAA

Tints of Reef #DCFEAA

Color information

#DCFEAA (or 0xDCFEAA) is unknown color: approx Reef. HEX triplet: DC, FE and AA. RGB value is (220,254,170). Sum of RGB (Red+Green+Blue) = 220+254+170=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEAA is #230155. Grayscale: #EAEAEA. Windows color (decimal): -2294102 or 11206364. OLE color: 11206364.

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

Color convert

RGB220254170-
CMYK0.1300.330.00
HSL84.29º97.67%83.14%-
HSV(B)84.29º33.07%99.61%-
XYZ72.218951.4-
YUV234.2691.74117.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 254 (99.61% from 255) = 39.44%
BLUE value IS 170 (66.80% from 255) = 26.40%
R=34.16%
G=39.44%
B=26.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202541700.1300.330.0084.2997.6783.14
HexDCFEAAD0210546253
Octal334376252150410124142123
Binary110111001111111010101010110101000010101010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEAA; }

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

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

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

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

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

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

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

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