#DCFDA4

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

Shades of Reef #DCFDA4

Tints of Reef #DCFDA4

Color information

#DCFDA4 (or 0xDCFDA4) is unknown color: approx Reef. HEX triplet: DC, FD and A4. RGB value is (220,253,164). Sum of RGB (Red+Green+Blue) = 220+253+164=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDA4 is #23025B. Grayscale: #E9E9E9. Windows color (decimal): -2294364 or 10812892. OLE color: 10812892.

HSL color Cylindrical-coordinate representation of color #DCFDA4: hue angle of 82.25º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCFDA4 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB220253164-
CMYK0.1300.350.01
HSL82.25º95.7%81.76%-
HSV(B)82.25º35.18%99.22%-
XYZ71.3488.1548.38-
YUV232.9989.07118.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 253 (99.22% from 255) = 39.72%
BLUE value IS 164 (64.45% from 255) = 25.75%
R=34.54%
G=39.72%
B=25.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202531640.1300.350.0182.2595.781.76
HexDCFDA4D0231526052
Octal334375244150431122140122
Binary110111001111110110100100110101000111101001011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDA4; }

 p { color: rgb(220,253,164); }

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

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

 a { background-color: rgb(220,253,164); }

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

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

 span { border-color: rgb(220,253,164); }

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