#DCFBA5

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

Shades of Reef #DCFBA5

Tints of Reef #DCFBA5

Color information

#DCFBA5 (or 0xDCFBA5) is unknown color: approx Reef. HEX triplet: DC, FB and A5. RGB value is (220,251,165). Sum of RGB (Red+Green+Blue) = 220+251+165=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 165 (64.84% from 255 or 25.94% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFBA5 is #23045A. Grayscale: #E8E8E8. Windows color (decimal): -2294875 or 10877916. OLE color: 10877916.

HSL color Cylindrical-coordinate representation of color #DCFBA5: hue angle of 81.63º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCFBA5 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB220251165-
CMYK0.1200.340.02
HSL81.63º91.49%81.57%-
HSV(B)81.63º34.26%98.43%-
XYZ70.886.9348.64-
YUV231.9390.23119.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 251 (98.44% from 255) = 39.47%
BLUE value IS 165 (64.84% from 255) = 25.94%
R=34.59%
G=39.47%
B=25.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202511650.1200.340.0281.6391.4981.57
HexDCFBA5C0222525b52
Octal334373245140422122133122
Binary1101110011111011101001011100010001010101001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBA5; }

 p { color: rgb(220,251,165); }

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

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

 a { background-color: rgb(220,251,165); }

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

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

 span { border-color: rgb(220,251,165); }

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